diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() { |