mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Fixed the Animate Dead error.
This commit is contained in:
@@ -899,7 +899,7 @@ public class GameAction {
|
||||
this.moveToGraveyard(c);
|
||||
checkAgain = true;
|
||||
}
|
||||
} else {
|
||||
} else if (entity instanceof Player) {
|
||||
final Player pl = (Player) entity;
|
||||
boolean invalid = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user