diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-15 22:07:42 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-15 22:07:42 +0000 |
commit | d28016b32104bc6f5c9baef739e20731b1aaaf42 (patch) | |
tree | 5aeae586ecf2d4813e3456421251f8b46def6fbf | |
parent | 0a6ddacdb1758e49c305c280f8c59a9580c41d08 (diff) | |
download | 1989-dawn-of-freedom-d28016b32104bc6f5c9baef739e20731b1aaaf42.tar.gz |
Update logging for Kiss of Death auto-resolves
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7444,11 +7444,11 @@ states.vm_kiss_of_death = { event_is_playable(game.vm_event) && game.vm_event !== C_COMMON_EUROPEAN_HOME ) { + log_event(game.vm_event) if (is_auto_resolve(game.vm_event)) { change_player() game.state = 'vm_kiss_of_death_finish' } else { - log_event(game.vm_event) game.state = 'vm_kiss_of_death_finish' } } else { |