This commit is contained in:
Alex W. Jackson 2022-09-09 23:11:49 -04:00
parent 5dd92fb993
commit 78ec427052

View file

@ -77,7 +77,7 @@ class BarbarianBullyEffect extends OneShotEffect {
} }
} }
if (!costPaid) { if (!costPaid) {
return new BoostSourceEffect(2, 2, Duration.EndOfTurn).apply(game, source); game.addEffect(new BoostSourceEffect(2, 2, Duration.EndOfTurn), source);
} }
return true; return true;
} }