summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-22 18:58:41 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-22 18:58:41 +0100
commit0e4b6ef798168964a114ea8038967043995bbfc5 (patch)
tree7d0ad279b7832df7bb3a95aa2cef6810d93d27e2 /rules.js
parent8e242bf261d369a7434c338f0578661cb626142d (diff)
download1989-dawn-of-freedom-0e4b6ef798168964a114ea8038967043995bbfc5.tar.gz
Remove overwrites
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')