- Little addition for Shape of the Wiitigo.

This commit is contained in:
Sloth
2013-07-19 05:43:37 +00:00
parent 5b91a68b2f
commit ac99a905ec

View File

@@ -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()) {