summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-06-01 18:55:19 +0200
committerTor Andersson <tor@ccxvii.net>2024-06-02 12:54:18 +0200
commit810caa8282600aaf251979ec49a61ac38d22e17d (patch)
treecbc9530d479b7a5ce789ca07bea0100cb91010fb /play.js
parent506b33d99017e0befe000f0bdafd184b8ca6d994 (diff)
downloadfriedrich-810caa8282600aaf251979ec49a61ac38d22e17d.tar.gz
detach -> unstack
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 9e527fd..a1239fc 100644
--- a/play.js
+++ b/play.js
@@ -970,7 +970,7 @@ function on_update() {
action_button_with_argument("value", v, v)
for (let p = 0; p < 24; ++p)
- action_button_with_argument("detach", p, "Detach " + piece_button_name[p])
+ action_button_with_argument("unstack", p, "Unstack " + piece_button_name[p])
action_button("take", "Take")
action_button("give", "Give")