changed text generation

This commit is contained in:
LevelX2 2012-10-10 20:45:07 +02:00
parent 7c44b16504
commit 1044602325

View file

@ -55,6 +55,6 @@ public class BushidoAbility extends BlocksOrBecomesBlockedTriggeredAbility {
@Override @Override
public String getRule() { public String getRule() {
return "Bushido " + value + " (When this blocks or becomes blocked, it gets +" + value + "/+" + value + " until end of turn.)"; return "Bushido " + value + " <i>(When this blocks or becomes blocked, it gets +" + value + "/+" + value + " until end of turn.)</i>";
} }
} }