diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-22 12:20:36 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-22 12:20:44 +0200 |
commit | 5a431ab673874228584089fc3e40b38c8b3c883c (patch) | |
tree | ab6bf7d6b268bb316a76a2536eda23f4089b697e /rules.ts | |
parent | ffc1be37ee91061c4557dcce054b6e6676375891 (diff) | |
download | plantagenet-5a431ab673874228584089fc3e40b38c8b3c883c.tar.gz |
add undo step for heralds action
Diffstat (limited to 'rules.ts')
-rw-r--r-- | rules.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11200,6 +11200,7 @@ function can_action_heralds() { } function goto_heralds() { + push_undo() game.state = "heralds" } |