mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[ICE] Added Fylgja
This commit is contained in:
parent
abfb67eea4
commit
53341c5519
3 changed files with 448 additions and 382 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.abilities.effects.common;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
|
|
@ -70,8 +69,8 @@ public class PreventDamageToAttachedEffect extends PreventionEffectImpl {
|
|||
}
|
||||
sb.append("damage to ");
|
||||
sb.append(attachmentType.verb());
|
||||
sb.append("creature, prevent ").append(amountToPrevent);;
|
||||
sb.append("of that damage");
|
||||
sb.append(" creature, prevent ").append(amountToPrevent);;
|
||||
sb.append(" of that damage");
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue