mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- reverted Adarkar Valkyrie since it didn't fix anything (it wasn't meant to be submitted).
This commit is contained in:
@@ -5820,8 +5820,8 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
if(grave != null && AllZone.GameAction.isCardInZone(target[0], grave)) {
|
if(grave != null && AllZone.GameAction.isCardInZone(target[0], grave)) {
|
||||||
PlayerZone play = AllZone.getZone(Constant.Zone.Play, card.getController());
|
PlayerZone play = AllZone.getZone(Constant.Zone.Play, card.getController());
|
||||||
AllZone.GameAction.moveTo(play, target[0]);
|
|
||||||
target[0].setController(card.getController());
|
target[0].setController(card.getController());
|
||||||
|
AllZone.GameAction.moveTo(play, target[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user