diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-09-15 18:45:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 36cdf2935918fd51c425972ecd4a97dba471970c (patch) | |
tree | 4c8b4d608d8ec68f63a78b828f62340532bdaa81 | |
parent | fd828e6df7a08f7f76554b6e623207eb277596fc (diff) | |
download | plantagenet-36cdf2935918fd51c425972ecd4a97dba471970c.tar.gz |
fix highway march after action
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2640,6 +2640,7 @@ function resume_command() { function spend_action(cost) { game.flags.first_action = 0 + game.flags.first_march_highway = 0 game.actions -= cost } |