TriggerHandler: fixed getCardState, should be done for all cards with alternate State, not just DoubleFaced

This commit is contained in:
Hanmac
2016-05-31 06:03:31 +00:00
parent 2808a03631
commit 035b1f35d9

View File

@@ -481,7 +481,7 @@ public class TriggerHandler {
else {
// get CardState does not work for transformed cards
// also its about LKI
if (host.isInZone(ZoneType.Battlefield) || !host.isDoubleFaced()) {
if (host.isInZone(ZoneType.Battlefield) || !host.hasAlternateState()) {
host = game.getCardState(host);
}
}