Fixed text

This commit is contained in:
Oleg Agafonov 2020-02-29 19:57:19 +04:00
parent e421e5fac1
commit 6769b1d536

View file

@ -60,7 +60,7 @@ class ArgothianPixiesPreventDamageFromArtifactsEffect extends PreventionEffectIm
public ArgothianPixiesPreventDamageFromArtifactsEffect(Duration duration) {
super(duration);
staticText = "Prevent all combat damage that would be dealt to {this} by artifact creatures";
staticText = "Prevent all damage that would be dealt to {this} by artifact creatures";
}
public ArgothianPixiesPreventDamageFromArtifactsEffect(final ArgothianPixiesPreventDamageFromArtifactsEffect effect) {