diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-28 23:15:14 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 058ab56db0b96dbe24bec177819e0670c0669fb5 (patch) | |
tree | f58201574d2a21c73a3b9d1b22cb6a50247f223e | |
parent | 17832efb7d5f7e183ceb20324e82a95ddb9537a5 (diff) | |
download | nevsky-058ab56db0b96dbe24bec177819e0670c0669fb5.tar.gz |
"End discard" fixed again.
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1522,7 +1522,7 @@ function on_update() { action_button("end_avoid_battle", "End avoid battle") action_button("end_call_to_arms", "End call to arms") action_button("end_disband", "End disband") - action_button("end_disband", "End disband") + action_button("end_discard", "End discard") action_button("end_feed", "End feed") action_button("end_growth", "End growth") action_button("end_levy", "End levy") |