Prevent possible issue with new deathtouch implementation concerning indestructible creatures.

This commit is contained in:
elcnesh
2014-11-24 15:56:56 +00:00
parent b7c550a49f
commit 2d02fbcc1d

View File

@@ -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;
} }
} }