diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-05-01 07:54:47 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-05-01 07:54:47 +0100 |
commit | 37783cca4e63d19a71cb19a49307b84ae8b6e4ca (patch) | |
tree | 343b09575db9f8cfb9a780ddf2b66d0650f03192 | |
parent | a578ed25a36a16207c2eb01fc095b78888723ba9 (diff) | |
download | 1989-dawn-of-freedom-37783cca4e63d19a71cb19a49307b84ae8b6e4ca.tar.gz |
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6584,7 +6584,8 @@ states.vm_brought_in_for_questioning = { goto_vm(game.vm_event) } else { log('Event does not occur.') - game.return = DEM + if (!game.vm_infl_to_do) + game.return = DEM vm_return() } }, |