mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
TriggerHandler: fixed getCardState, should be done for all cards with alternate State, not just DoubleFaced
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user