mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Fix #7763
This commit is contained in:
parent
5dd92fb993
commit
78ec427052
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class BarbarianBullyEffect extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
if (!costPaid) {
|
||||
return new BoostSourceEffect(2, 2, Duration.EndOfTurn).apply(game, source);
|
||||
game.addEffect(new BoostSourceEffect(2, 2, Duration.EndOfTurn), source);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue