diff --git a/Mage/src/mage/abilities/keyword/BushidoAbility.java b/Mage/src/mage/abilities/keyword/BushidoAbility.java index fc8369dd33..3e43c1e0ab 100644 --- a/Mage/src/mage/abilities/keyword/BushidoAbility.java +++ b/Mage/src/mage/abilities/keyword/BushidoAbility.java @@ -55,6 +55,6 @@ public class BushidoAbility extends BlocksOrBecomesBlockedTriggeredAbility { @Override public String getRule() { - return "Bushido " + value + " (When this blocks or becomes blocked, it gets +" + value + "/+" + value + " until end of turn.)"; + return "Bushido " + value + " (When this blocks or becomes blocked, it gets +" + value + "/+" + value + " until end of turn.)"; } }