From edb9a7a17591695500b41c14003b492073b10a68 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 5 May 2023 18:10:31 +0200 Subject: Fix Darien & Sucumbios reminder tooltips. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3