1
0
Fork 0

🐛 fix trap becomes uncheckable after changeSigniZone

This commit is contained in:
WEBXOSS 2017-08-14 15:08:29 +08:00
parent 34b601dfca
commit e6fbf8b067

View file

@ -1174,7 +1174,8 @@ Card.prototype.changeSigniZone = function (zone) {
zone: card.zone,
up: card.isUp,
faceup: card.isFaceup,
bottom: true
bottom: true,
isTrap: (card === card.zone.trap),
}
}
}