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:
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) {
|
||||
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue