diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-26 20:39:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 20b03547f13abb38c23d756306b69032efb4cd81 (patch) | |
tree | ff72104950971ee42c17f2fc6e3190391810983e /rules.js | |
parent | f482f25598cb5356c8df32670b78278860da6518 (diff) | |
download | nevsky-20b03547f13abb38c23d756306b69032efb4cd81.tar.gz |
Fix Veliky Knyaz.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4376,6 +4376,7 @@ function goto_tax() { logii("Restored mustered forces.") restore_mustered_forces(game.command) push_state("veliky_knyaz") + game.who = game.command game.count = 2 } } |