give fake humans country names, fake humans less likely to betray

This commit is contained in:
evanpelle
2024-09-29 20:45:21 -07:00
parent 143e3c3f0e
commit a837eb6375
6 changed files with 130 additions and 212 deletions
-1
View File
@@ -92,7 +92,6 @@ export class ClientGame {
public start() {
this.isActive = true
this.eventBus.on(PlayerEvent, (e) => this.playerEvent(e))
this.eventBus.on(MouseUpEvent, (e) => this.inputEvent(e))