create player panel

This commit is contained in:
Evan
2025-02-05 20:35:21 -08:00
parent fa22861d43
commit 6abcddc140
9 changed files with 517 additions and 62 deletions
+3
View File
@@ -348,6 +348,9 @@ export class PlayerImpl implements Player {
}
canTarget(other: Player): boolean {
if (this == other) {
return false;
}
if (this.isAlliedWith(other)) {
return false;
}