mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Fix a bug in the cheat system for manual testing.
This commit is contained in:
parent
91b4e024fb
commit
377a0edec9
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ public class SystemUtil {
|
|||
card.putOntoBattlefield(game, Zone.EXILED, null, player.getId());
|
||||
} else if (zone.equals(Zone.LIBRARY)) {
|
||||
card.setZone(Zone.LIBRARY, game);
|
||||
game.getExile().getPermanentExile().remove(card);
|
||||
player.getLibrary().putOnTop(card, game);
|
||||
} else {
|
||||
card.moveToZone(zone, null, game, false);
|
||||
|
|
Loading…
Reference in a new issue