diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-09 00:50:36 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-09 00:50:36 +0200 |
commit | 74993275741c293fa0ac8ec99c8ec9c177e6210d (patch) | |
tree | 245935d34a23d7dae847fda71f3a8d5a6db8a293 | |
parent | 64e463b670429aa41e745be954bd55d8ec1aee75 (diff) | |
download | time-of-crisis-74993275741c293fa0ac8ec99c8ec9c177e6210d.tar.gz |
Yellow emperor.
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2724,6 +2724,7 @@ states.becoming_populace_emperor = { inactive: "Becoming Emperor", prompt() { prompt("Becoming Emperor: Remove all mobs from your provinces.") + view.color = POPULACE for (let where = 0; where < 12; ++where) if (is_own_province(where)) if (get_mobs(where)) |