diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-12 15:11:30 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-12 15:11:30 +0100 |
commit | 9bfa6edb9a782ec115382d88ad75926c59cccd4a (patch) | |
tree | 1b670572e2f7bed37549daf09cd94cb0e8700df7 | |
parent | b77e42388da4a7e580170ddb380ff60a6e9a4ed6 (diff) | |
download | plantagenet-9bfa6edb9a782ec115382d88ad75926c59cccd4a.tar.gz |
fix L33 toggle lords from group
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4337,6 +4337,9 @@ states.surprise_landing = { prompt_march() }, + lord(lord) { + set_toggle(game.group, lord) + }, locale: goto_march, card: action_held_event, } |