mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
changed text generation
This commit is contained in:
parent
7c44b16504
commit
1044602325
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue