1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-09 01:01:06 -09:00

- Added text to PreventCombatDamageSourceEffect class.

This commit is contained in:
jeffwadsworth 2012-04-19 16:18:13 -05:00
parent c41c9c1f94
commit b6f1cba7fa

View file

@ -43,7 +43,7 @@ public class PreventCombatDamageSourceEffect extends PreventionEffectImpl<Preven
public PreventCombatDamageSourceEffect(Duration duration) {
super(duration);
staticText = "Prevent all damage that would be dealt to {this} " + duration.toString();
staticText = "Prevent all combat damage that would be dealt to {this} " + duration.toString();
}
public PreventCombatDamageSourceEffect(final PreventCombatDamageSourceEffect effect) {