mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
- Fixed text related to bug 6675
This commit is contained in:
parent
029f47ec32
commit
2f5a4e0caf
4 changed files with 12 additions and 12 deletions
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
package mage.abilities.effects.common;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
|
|
@ -27,7 +25,7 @@ public class PreventAllNonCombatDamageToAllEffect extends PreventionEffectImpl {
|
|||
super(duration, Integer.MAX_VALUE, false);
|
||||
this.filter = filter;
|
||||
this.andToYou = andToYou;
|
||||
staticText = "Prevent all non combat damage that would be dealt to " + (andToYou ? "you and " : "") + filter.getMessage();
|
||||
staticText = "Prevent all noncombat damage that would be dealt to " + (andToYou ? "you and " : "") + filter.getMessage();
|
||||
|
||||
if (duration != Duration.WhileOnBattlefield) {
|
||||
staticText += ' ' + duration.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue