diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-15 12:20:05 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-15 12:20:05 +0100 |
commit | a38ce1439d20edf18b0b20529abd15cb8499485f (patch) | |
tree | 17c55835f8782128eb7274e65a3f28db8d1abd87 /rules.js | |
parent | e4af9a046b96cbb31238a601d8d59dea50143f63 (diff) | |
download | plantagenet-a38ce1439d20edf18b0b20529abd15cb8499485f.tar.gz |
fix tax collectors
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3710,6 +3710,7 @@ function end_tax_lord() { } function end_tax_collectors() { + game.where = NOWHERE game.who = NOBODY game.count = 0 end_immediate_event() |