forked from External/mage
GainAbilityAttachedEffect no longer includes reminder text on the attachment
This commit is contained in:
parent
481384a3c8
commit
906e30a81b
2 changed files with 7 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ public class SkulkAbility extends StaticAbility {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Skulk <i>(This creature can't be blocked by creatures with greater power.)</i>";
|
||||
return "skulk <i>(This creature can't be blocked by creatures with greater power.)</i>";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue