mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added the missing library shuffle to the code block for Academy Rector && Lost Auramancers.
This commit is contained in:
@@ -9320,6 +9320,7 @@ public class CardFactory_Creatures {
|
|||||||
}// If an enchantment is selected
|
}// If an enchantment is selected
|
||||||
}// If there are enchantments in library
|
}// If there are enchantments in library
|
||||||
|
|
||||||
|
card.getController().shuffle();
|
||||||
}// If answered yes to may exile
|
}// If answered yes to may exile
|
||||||
}// If player is human
|
}// If player is human
|
||||||
|
|
||||||
@@ -9341,6 +9342,7 @@ public class CardFactory_Creatures {
|
|||||||
if (card.getName().equals("Academy Rector")) {
|
if (card.getName().equals("Academy Rector")) {
|
||||||
AllZone.GameAction.exile(card);
|
AllZone.GameAction.exile(card);
|
||||||
}
|
}
|
||||||
|
card.getController().shuffle();
|
||||||
}
|
}
|
||||||
}// player is the computer
|
}// player is the computer
|
||||||
}// resolve()
|
}// resolve()
|
||||||
|
|||||||
Reference in New Issue
Block a user