mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48: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);
|
copied.removeHiddenExtrinsicKeyword(s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
for (Player p : game.getPlayers()) {
|
||||||
|
copied.getDamageHistory().setNotAttackedSinceLastUpkeepOf(p);
|
||||||
|
copied.getDamageHistory().setNotBlockedSinceLastUpkeepOf(p);
|
||||||
|
}
|
||||||
} else if (zoneTo.is(ZoneType.Graveyard)) {
|
} else if (zoneTo.is(ZoneType.Graveyard)) {
|
||||||
copied.setTimestamp(game.getNextTimestamp());
|
copied.setTimestamp(game.getNextTimestamp());
|
||||||
for (String s : copied.getKeyword()) {
|
for (String s : copied.getKeyword()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user