diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-05 18:10:31 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-05 18:10:31 +0200 |
commit | edb9a7a17591695500b41c14003b492073b10a68 (patch) | |
tree | 5a14b18a83f2db13185ded818a0e89584439761e /play.js | |
parent | e398ff420304a2f412520bd2e4dda11c7d54c6ea (diff) | |
download | andean-abyss-edb9a7a17591695500b41c14003b492073b10a68.tar.gz |
Fix Darien & Sucumbios reminder tooltips.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |