forked from External/mage
missed a final attribute in previous commit
This commit is contained in:
parent
b13efab236
commit
4e717abaeb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public class PreventNextDamageFromChosenSourceEffect extends PreventionEffectImp
|
|||
String getText();
|
||||
}
|
||||
|
||||
public static ApplierOnPrevention ON_PREVENT_YOU_GAIN_THAT_MUCH_LIFE = new ApplierOnPrevention() {
|
||||
public static final ApplierOnPrevention ON_PREVENT_YOU_GAIN_THAT_MUCH_LIFE = new ApplierOnPrevention() {
|
||||
public String getText() {
|
||||
return "You gain life equal to the damage prevented this way";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue