summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-05-05 18:10:31 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-05 18:10:31 +0200
commitedb9a7a17591695500b41c14003b492073b10a68 (patch)
tree5a14b18a83f2db13185ded818a0e89584439761e /play.js
parente398ff420304a2f412520bd2e4dda11c7d54c6ea (diff)
downloadandean-abyss-edb9a7a17591695500b41c14003b492073b10a68.tar.gz
Fix Darien & Sucumbios reminder tooltips.
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 8c63d2a..40b18fc 100644
--- a/play.js
+++ b/play.js
@@ -242,7 +242,7 @@ const SOP_C2 = 6
const SOP_PASS = 7
const INELIGIBLE = 8
-const capability_cards = [ 1, 2, 3, 7, 9, 10, 11, 13, 1, 2, 3, 7, 9, 10, 11, 13, 17, 18 ]
+const capability_cards = [ 1, 2, 3, 7, 9, 10, 11, 13, 1, 2, 3, 7, 9, 10, 11, 13, 33, 71 ]
const momentum_cards = [ 12, 17, 22, 27, 67, 42, 42, 42 ]
function has_momentum(bit) {