mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
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:
@@ -1775,6 +1775,7 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
land.turnFaceUp(null);
|
||||
}
|
||||
final Card c = game.getAction().moveTo(getZone(ZoneType.Battlefield), land, null);
|
||||
game.copyLastState();
|
||||
game.updateLastStateForCard(c);
|
||||
|
||||
// play a sound
|
||||
|
||||
Reference in New Issue
Block a user