Reverted BrainstormEffect

This commit is contained in:
L_J 2018-12-24 14:53:13 +01:00 committed by GitHub
parent ffd8891f54
commit a48ed51373
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;
}
protected boolean putOnLibrary(Player player, Ability source, Game game) {
private 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);