mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Text fix
This commit is contained in:
parent
d14f8d7fbd
commit
3feca37d71
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class CurtainOfLightEffect 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