diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-02-04 23:21:18 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:39 +0100 |
commit | 36095539fdd3a3af7c31de8ff2182588f06dc206 (patch) | |
tree | 6a535a46fed91c9b13d482263e0c13bd351feaa0 /rules.js | |
parent | b1951a63f712c22baab1a8bf45118ce7c62c8079 (diff) | |
download | nevsky-36095539fdd3a3af7c31de8ff2182588f06dc206.tar.gz |
Inactive prompt.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8423,6 +8423,9 @@ function action_left_right(lord) { } states.strike_left_right = { + get inactive() { + return format_strike_step() + " \u2014 Strike" + }, prompt: prompt_left_right, lord(lord) { action_left_right(lord) @@ -8431,6 +8434,9 @@ states.strike_left_right = { } states.assign_left_right = { + get inactive() { + return format_strike_step() + " \u2014 Strike" + }, prompt: prompt_left_right, lord(lord) { action_left_right(lord) |