mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
- Added text to PreventCombatDamageSourceEffect class.
This commit is contained in:
parent
c41c9c1f94
commit
b6f1cba7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public class PreventCombatDamageSourceEffect extends PreventionEffectImpl<Preven
|
||||||
|
|
||||||
public PreventCombatDamageSourceEffect(Duration duration) {
|
public PreventCombatDamageSourceEffect(Duration duration) {
|
||||||
super(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) {
|
public PreventCombatDamageSourceEffect(final PreventCombatDamageSourceEffect effect) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue