diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-21 07:30:41 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-21 07:30:41 +0000 |
commit | 9dad6c1ecefe27c11e8355aa397149c1647d0319 (patch) | |
tree | 7f5d0336f8cf75cbf4d48fa8139a0d2b392e3939 | |
parent | 7888a296eb19b7943743168f76755b029c0e1da5 (diff) | |
download | 1989-dawn-of-freedom-9dad6c1ecefe27c11e8355aa397149c1647d0319.tar.gz |
Tidy up Tyrant code
-rw-r--r-- | rules.js | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1540,11 +1540,6 @@ states.the_tyrant_is_gone ={ if (game.active !== DEM) { next_player() } - if (game.round_player === DEM) { - game.return = COM - } else { - game.return = DEM - } log_h3(`C${C_THE_TYRANT_IS_GONE}`) game.vm_event = C_THE_TYRANT_IS_GONE goto_vm(game.vm_event) |