mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Text fix
This commit is contained in:
parent
142a2e6fbf
commit
d14f8d7fbd
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class DazzlingBeautyEffect extends OneShotEffect {
|
|||
CombatGroup combatGroup = game.getCombat().findGroup(permanent.getId());
|
||||
if (combatGroup != null) {
|
||||
combatGroup.setBlocked(true);
|
||||
game.informPlayers(permanent.getLogName() + " has become blocked");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue