summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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")