diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-29 20:42:51 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-29 20:42:51 +0100 |
commit | 69c8328b1af99d3b97593e37b41fa0ca15a8d557 (patch) | |
tree | 9f7a6c207f7133062b4ac540b64d4a01dd5c2480 /rules.js | |
parent | 100a525088e981538c1543aaf7581ebfebb36a83 (diff) | |
download | 1989-dawn-of-freedom-69c8328b1af99d3b97593e37b41fa0ca15a8d557.tar.gz |
Remove debugging
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1074,7 +1074,7 @@ states.the_crowd_turns_against_ceausescu_prep = { }
}
-states.the_crowd_turns_against_ceausescu = {
+states.vm_the_crowd_turns_against_ceausescu = {
get inactive() {
return `resolve ${cards[54].name}.`
},
@@ -1086,11 +1086,8 @@ states.the_crowd_turns_against_ceausescu = { influence() {
push_undo()
game.ceausescu_cards = []
- game.state = 'vm_the_crowd_turns_against_ceausescu'
valid_spaces_infl()
- console.log('game valid spaces before', game.valid_spaces)
game.valid_spaces = game.valid_spaces.filter(n => spaces[n].country === 'Romania')
- console.log('game valid spaces before', game.valid_spaces)
game.state = 'the_crowd_turns_against_ceausescu_infl' /* Send this to add_infl. Add check at end of add_infl similar to valid_spaces*/
},
support_check() {
|