forked from External/mage
Improve some ability text
This commit is contained in:
parent
155fbb8663
commit
f31b1ab7e3
23 changed files with 37 additions and 64 deletions
|
|
@ -89,7 +89,7 @@ public class ProtectionAbility extends StaticAbility {
|
|||
@Override
|
||||
public String getRule() {
|
||||
|
||||
return "Protection from " + filter.getMessage() + (removeAuras ? "" : ". This effect doesn't remove auras.");
|
||||
return "protection from " + filter.getMessage() + (removeAuras ? "" : ". This effect doesn't remove auras.");
|
||||
}
|
||||
|
||||
public boolean canTarget(MageObject source, Game game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue