mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
UnleashAbility added inform text
This commit is contained in:
parent
1911e09802
commit
8efda49196
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ class UnleashReplacementEffect extends ReplacementEffectImpl<UnleashReplacementE
|
|||
Player controller = game.getPlayer(source.getControllerId());
|
||||
if (creature != null && controller != null) {
|
||||
if (controller.chooseUse(outcome, "Unleash "+ creature.getName() +"?", game)) {
|
||||
game.informPlayers(controller.getName() + " unleashes " + creature.getName());
|
||||
creature.addCounters(CounterType.P1P1.createInstance(), game);
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue