mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +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.add(c);
|
||||
c.setHasBeenDealtDeathtouchDamage(false);
|
||||
checkAgain = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user