diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-25 23:48:48 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:39 +0100 |
commit | 6ac0edad275b7750f861442af18e7f801e2d058c (patch) | |
tree | 53fd63f7d534eedf0bf328633c7c34cbd0173dbd /rules.js | |
parent | 11e1d172acbddb520419e458b51190e20d2c5755 (diff) | |
download | nevsky-6ac0edad275b7750f861442af18e7f801e2d058c.tar.gz |
Don't show "moved/fought" markers during Wastage.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10466,7 +10466,7 @@ function goto_wastage() { let done = true for (let lord = first_friendly_lord; lord <= last_friendly_lord; ++lord) { if (check_lord_wastage(lord)) { - set_lord_moved(lord, 1) + set_lord_moved(lord, 3) done = false } } |