mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
Fixed MasterOfTheWildHunt, now target controller gets custom message while selecting targets to response.
This commit is contained in:
parent
d52ff8e221
commit
370d042858
8 changed files with 5 additions and 4 deletions
|
|
@ -118,7 +118,7 @@ class MasterOfTheWildHuntEffect extends OneShotEffect<MasterOfTheWildHuntEffect>
|
|||
wolves.add(permanent.getId());
|
||||
}
|
||||
Player player = game.getPlayer(target.getControllerId());
|
||||
player.assignDamage(target.getPower().getValue(), wolves, target.getId(), game);
|
||||
player.assignDamage(target.getPower().getValue(), wolves, "Wolf", target.getId(), game);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue