mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
implement [MH3] Unstable Amulet
This commit is contained in:
parent
83ad5d26dc
commit
b35924dc4c
4 changed files with 252 additions and 0 deletions
|
|
@ -117,6 +117,10 @@ public class Exile implements Serializable, Copyable<Exile> {
|
|||
exileZone.add(card);
|
||||
}
|
||||
|
||||
public void moveToMainExileZone(Card card, Game game) {
|
||||
moveToAnotherZone(card, game, getExileZone(PERMANENT));
|
||||
}
|
||||
|
||||
@Override
|
||||
public Exile copy() {
|
||||
return new Exile(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue