fix incite violence

This commit is contained in:
Olivier Gagnon
2021-10-14 23:39:30 -04:00
parent 8819042c0f
commit 89fa79c4de
5 changed files with 12 additions and 4 deletions
+2
View File
@@ -12,6 +12,7 @@ export const ActionTypes: {
"Field Analysis": number;
Diplomacy: number;
"Hyperbolic Regeneration Chamber": number;
"Incite Violence": number;
} = {
Idle: 1,
Contract: 2,
@@ -24,4 +25,5 @@ export const ActionTypes: {
"Field Analysis": 7,
Diplomacy: 8,
"Hyperbolic Regeneration Chamber": 9,
"Incite Violence": 10,
};