diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-24 12:05:30 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-24 12:05:30 +0200 |
commit | 84ced446d2b04f72348e30774f440d3d9b7108bb (patch) | |
tree | 0812cfb14c37bb7a0797427414a34e292dd94042 | |
parent | b6ab446d55ee6bf4006f234226faf92a34371502 (diff) | |
download | nevsky-84ced446d2b04f72348e30774f440d3d9b7108bb.tar.gz |
Deselect lords that disband.
For example via the Heinrich event.
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10373,6 +10373,9 @@ function disband_lord(lord, permanently = false) { remove_lieutenant(lord) + if (game.group) + set_delete(game.group, lord) + // Smerdi - serfs go back to card game.pieces.smerdi += get_lord_forces(lord, SERFS) |