summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index c17598d..231d153 100644
--- a/rules.js
+++ b/rules.js
@@ -2714,6 +2714,8 @@ function play_damnatio_memoriae() {
remove_legacy(game.count >> 3, get_support(ITALIA))
game.state = "damnatio_memoriae_mobs"
game.count = game.count & 7
+ if (game.count === 0)
+ goto_becoming_emperor()
}
function play_damnatio_memoriae_exp() {