diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-22 18:58:41 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-22 18:58:41 +0100 |
commit | 0e4b6ef798168964a114ea8038967043995bbfc5 (patch) | |
tree | 7d0ad279b7832df7bb3a95aa2cef6810d93d27e2 | |
parent | 8e242bf261d369a7434c338f0578661cb626142d (diff) | |
download | 1989-dawn-of-freedom-0e4b6ef798168964a114ea8038967043995bbfc5.tar.gz |
Remove overwrites
-rw-r--r-- | rules.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -430,8 +430,6 @@ states.choose_card = { },
card(card) {
push_undo()
- game.playable_cards[67].playable = DEM
- console.log('game.playable_cards[67].playable', game.playable_cards[67].playable)
game.played_card = card
let find_card
if (game.active === COM) {
@@ -509,7 +507,7 @@ states.play_card ={ gen_action('tst_8')
}
- // Special check for Reformer Rehabilitated
+ // Check for Reformer Rehabilitated
if (game.played_card === 67){
if (game.active === DEM && game.playable_cards[67].playable === DEM) {
gen_action('event')
|