diff options
Diffstat (limited to 'data.ts')
-rw-r--r-- | data.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,8 +35,8 @@ const TRASH = 'trash'; const ANARCHISTS_ID: FactionId = 0; const COMMUNISTS_ID: FactionId = 1; -const FASCIST_ID: FascistId = 3; const MODERATES_ID: FactionId = 2; +const FASCIST_ID: FascistId = 3; const ANARCHIST = 'Anarchist' as Player; const COMMUNIST = 'Communist' as Player; |