summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-12-28 23:15:14 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:38 +0100
commit058ab56db0b96dbe24bec177819e0670c0669fb5 (patch)
treef58201574d2a21c73a3b9d1b22cb6a50247f223e
parent17832efb7d5f7e183ceb20324e82a95ddb9537a5 (diff)
downloadnevsky-058ab56db0b96dbe24bec177819e0670c0669fb5.tar.gz
"End discard" fixed again.
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 0204626..f1fbfef 100644
--- a/play.js
+++ b/play.js
@@ -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")