Merge branch 'battlelandsfix' into 'master'

Player.java Land play state update (fixes battle lands bug)

Closes #1498

See merge request core-developers/forge!2976
This commit is contained in:
Michael Kamensky
2020-07-08 02:40:51 +00:00

View File

@@ -1775,6 +1775,7 @@ public class Player extends GameEntity implements Comparable<Player> {
land.turnFaceUp(null); land.turnFaceUp(null);
} }
final Card c = game.getAction().moveTo(getZone(ZoneType.Battlefield), land, null); final Card c = game.getAction().moveTo(getZone(ZoneType.Battlefield), land, null);
game.copyLastState();
game.updateLastStateForCard(c); game.updateLastStateForCard(c);
// play a sound // play a sound