mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08: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());
|
CombatGroup combatGroup = game.getCombat().findGroup(permanent.getId());
|
||||||
if (combatGroup != null) {
|
if (combatGroup != null) {
|
||||||
combatGroup.setBlocked(true);
|
combatGroup.setBlocked(true);
|
||||||
|
game.informPlayers(permanent.getLogName() + " has become blocked");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue