diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-25 17:29:12 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-25 17:29:12 +0000 |
commit | 386cc5fb50ed2d13558cd7ca7c9d48edcdd135be (patch) | |
tree | 78dc462814debec1e44575ff339aa145b2ec7d39 | |
parent | 7892ad87fef36048227efd995bb17e45af9ca6d0 (diff) | |
download | 1989-dawn-of-freedom-386cc5fb50ed2d13558cd7ca7c9d48edcdd135be.tar.gz |
Add undo in We Are the People
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7576,6 +7576,7 @@ states.vm_we_are_the_people_remove = { } }, done() { + push_undo() do_log_summary() if (!game.vm_influence_added[S_LUTHERAN_CHURCH]) { log('No SPs removed') |