mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Little addition for Shape of the Wiitigo.
This commit is contained in:
@@ -294,6 +294,10 @@ public class GameAction {
|
||||
copied.removeHiddenExtrinsicKeyword(s);
|
||||
}
|
||||
}
|
||||
for (Player p : game.getPlayers()) {
|
||||
copied.getDamageHistory().setNotAttackedSinceLastUpkeepOf(p);
|
||||
copied.getDamageHistory().setNotBlockedSinceLastUpkeepOf(p);
|
||||
}
|
||||
} else if (zoneTo.is(ZoneType.Graveyard)) {
|
||||
copied.setTimestamp(game.getNextTimestamp());
|
||||
for (String s : copied.getKeyword()) {
|
||||
|
||||
Reference in New Issue
Block a user