diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 17:26:32 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 17:26:32 +0100 |
commit | b3890ef0e252fb0a68d203b6f79b4cc32aae39b0 (patch) | |
tree | 1015d03b0ec6107d77325ffd4f30fe66402e75cf /rules.js | |
parent | 2c4b757ecdde3ba77547c369500e3a2bb3b80424 (diff) | |
download | 1989-dawn-of-freedom-b3890ef0e252fb0a68d203b6f79b4cc32aae39b0.tar.gz |
Debugging Shock Therapy
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6608,7 +6608,6 @@ states.vm_shock_therapy = { view.prompt = 'Shock Therapy: done.'
gen_action('done')
} else {
- log(`Chose ${country_name(game.vm_active_country)}`)
view.prompt = 'Shock Therapy: roll a die.'
gen_action('roll')
}
@@ -6616,6 +6615,7 @@ states.vm_shock_therapy = { east_germany() {
push_undo()
game.vm_active_country = 'East_Germany'
+ log(`Chose ${country_name(game.vm_active_country)}`)
},
poland() {
push_undo()
|