mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fixed text
This commit is contained in:
parent
e421e5fac1
commit
6769b1d536
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class ArgothianPixiesPreventDamageFromArtifactsEffect extends PreventionEffectIm
|
||||||
|
|
||||||
public ArgothianPixiesPreventDamageFromArtifactsEffect(Duration duration) {
|
public ArgothianPixiesPreventDamageFromArtifactsEffect(Duration duration) {
|
||||||
super(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) {
|
public ArgothianPixiesPreventDamageFromArtifactsEffect(final ArgothianPixiesPreventDamageFromArtifactsEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue