mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Implemented Urza, Academy Headmaster
This commit is contained in:
parent
b4f2f8ed72
commit
7c983aa21b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class BrainstormEffect extends OneShotEffect {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean putOnLibrary(Player player, Ability source, Game game) {
|
protected boolean putOnLibrary(Player player, Ability source, Game game) {
|
||||||
TargetCardInHand target = new TargetCardInHand();
|
TargetCardInHand target = new TargetCardInHand();
|
||||||
if (target.canChoose(source.getSourceId(), player.getId(), game)) {
|
if (target.canChoose(source.getSourceId(), player.getId(), game)) {
|
||||||
player.chooseTarget(Outcome.ReturnToHand, target, source, game);
|
player.chooseTarget(Outcome.ReturnToHand, target, source, game);
|
||||||
|
|
Loading…
Reference in a new issue