Implemented Urza, Academy Headmaster

This commit is contained in:
L_J 2018-12-24 01:41:49 +01:00 committed by GitHub
parent b4f2f8ed72
commit 7c983aa21b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ public class BrainstormEffect extends OneShotEffect {
return false;
}
private boolean putOnLibrary(Player player, Ability source, Game game) {
protected boolean putOnLibrary(Player player, Ability source, Game game) {
TargetCardInHand target = new TargetCardInHand();
if (target.canChoose(source.getSourceId(), player.getId(), game)) {
player.chooseTarget(Outcome.ReturnToHand, target, source, game);