diff options
author | Troy Nordine <tdnordine@gmail.com> | 2023-09-15 15:35:23 -0500 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 8a271e3edb94225b8ff3ede464405dbecf99eb9a (patch) | |
tree | a1569e8b8a1e6d22856876d0d976f23075a24d7e /play.js | |
parent | fd3419c822afb68ca5b8e156104f542449bba453 (diff) | |
download | plantagenet-8a271e3edb94225b8ff3ede464405dbecf99eb9a.tar.gz |
Supply cleaned up and working.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1493,6 +1493,9 @@ function on_update() { action_button("spend1", "Spend 1 Influence") action_button("spend3", "Spend 3 Influence") + // Supply + action_button("stronghold", "Stronghold") + action_button("port", "Port") // Events action_button("decline", "Decline") |