mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
More text fixes (#10296)
* Fix text: Tattoo Ward (and similar "doesn't remove {this}")
* Fix text: Demoralize
* Fix text: Keep Watch
* Fix Slithery Stalker (ability is not optional)
* Fix text: Rain of Filth
This commit is contained in:
parent
43255abad2
commit
3df7f6940d
6 changed files with 11 additions and 9 deletions
|
|
@ -155,7 +155,7 @@ public class GainAbilityAttachedEffect extends ContinuousEffectImpl {
|
|||
sb.append(' ').append(duration);
|
||||
}
|
||||
if (doesntRemoveItself) {
|
||||
sb.append(" This effect doesn't remove {this}.");
|
||||
sb.append(". This effect doesn't remove {this}.");
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue