From 810caa8282600aaf251979ec49a61ac38d22e17d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 Jun 2024 18:55:19 +0200 Subject: detach -> unstack --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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") -- cgit v1.2.3