forked from External/mage
Fixed effect texts
This commit is contained in:
parent
476cf92ce6
commit
ad4be5a9fe
8 changed files with 11 additions and 11 deletions
|
|
@ -40,6 +40,6 @@ public class LoseAllCreatureTypesTargetEffect extends ContinuousEffectImpl {
|
|||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText;
|
||||
}
|
||||
return "Target " + mode.getTargets().get(0).getTargetName() + " loses all creature types " + duration.toString();
|
||||
return "target " + mode.getTargets().get(0).getTargetName() + " loses all creature types " + duration.toString();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue