summaryrefslogtreecommitdiff
path: root/data.ts
diff options
context:
space:
mode:
Diffstat (limited to 'data.ts')
-rw-r--r--data.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.ts b/data.ts
index 98ee2be..468cc6d 100644
--- a/data.ts
+++ b/data.ts
@@ -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;