mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -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) {
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue