summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/play.js b/play.js
index 6d02d51..96a1242 100644
--- a/play.js
+++ b/play.js
@@ -57,7 +57,13 @@ const SET_ASIDE_FRANCE = 4
const SET_ASIDE_PRUSSIA = 5
const power_name = [ "France", "Prussia", "Pragmatic Army", "Austria", "Bavaria", "Saxony" ]
-const power_class = [ "france", "prussia", "pragmatic", "austria", "bavaria", "saxony" ]
+const power_class = [
+ "france", "prussia", "pragmatic", "austria", "bavaria", "saxony",
+ "france bavaria",
+ "prussia saxony",
+ "austria pragmatic",
+ "austria pragmatic saxony",
+]
const F_EMPEROR_FRANCE = 1
const F_EMPEROR_AUSTRIA = 2