Changed text of IndestructibleAbility.

This commit is contained in:
LevelX2 2013-09-04 17:14:09 +02:00
parent 8c48383851
commit 40102af238
2 changed files with 7 additions and 1 deletions

View file

@ -79,7 +79,7 @@ public class IndestructibleAbility extends StaticAbility<IndestructibleAbility>
@Override
public String getRule() {
return "{this} is indestructible.";
return "Indestructible";
}
}