mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Prevent possible issue with new deathtouch implementation concerning indestructible creatures.
This commit is contained in:
@@ -710,6 +710,7 @@ public class GameAction {
|
|||||||
desCreats = new LinkedList<Card>();
|
desCreats = new LinkedList<Card>();
|
||||||
}
|
}
|
||||||
desCreats.add(c);
|
desCreats.add(c);
|
||||||
|
c.setHasBeenDealtDeathtouchDamage(false);
|
||||||
checkAgain = true;
|
checkAgain = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user