forked from External/mage
Fix some card text
This commit is contained in:
parent
261cbf4970
commit
36d69a96be
68 changed files with 101 additions and 171 deletions
|
|
@ -39,7 +39,7 @@ public class MenaceAbility extends StaticAbility { // Menace may not be a Single
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
String res = "Menace";
|
||||
String res = "menace";
|
||||
if (this.showAbilityHint) {
|
||||
res += " <i>(This creature can't be blocked except by two or more creatures.)</i>";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue