mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Ceaseless Searblades - add author name, make rule text refer to the permanent's name and ability instead of being hardcoded
This commit is contained in:
parent
c5a1911f9a
commit
0fe2f4e32a
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ import mage.game.events.GameEvent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author North
|
* @author Will
|
||||||
*/
|
*/
|
||||||
public class CeaselessSearblades extends CardImpl {
|
public class CeaselessSearblades extends CardImpl {
|
||||||
|
|
||||||
|
|
@ -112,6 +112,6 @@ class CeaselessSearbladesTriggeredAbility extends TriggeredAbilityImpl {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
return "Whenever you activate an ability of an Elemental, Ceaseless Searblades gets +1/+0 until end of turn.";
|
return "Whenever you activate an ability of an Elemental, " + super.getRule();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue