diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 17:10:26 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 17:10:26 +0100 |
commit | 9bbce7d4d5b84d8b7c00efa9691923cc33bdd863 (patch) | |
tree | 907d537e5b77ad7581c15aa187dd2a9726c79a0a /rules.js | |
parent | 7219d51d45b065a9cd9d9dcec7f7459cd5e3317a (diff) | |
download | 1989-dawn-of-freedom-9bbce7d4d5b84d8b7c00efa9691923cc33bdd863.tar.gz |
Debugging Shock therapy
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6643,7 +6643,7 @@ states.vm_shock_therapy = { log(`Rolled a ${roll}`)
console.log('game.pieces', game.pieces)
for (let space of game.pieces) {
-
+ console.log('checking space', spaces[space.space_id].country, game.vm_active_country, space.comCtrl, space.socio )
if (space && spaces[space.space_id].country === game.vm_active_country && space.comCtrl === 1 && (space.socio === 3 || space.socio === 4)) {
game.temp++
}
|