summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules.js b/rules.js
index 9d8d372..e8a3c57 100644
--- a/rules.js
+++ b/rules.js
@@ -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')