mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00: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 {
|
||||
|
||||
|
@ -112,6 +112,6 @@ class CeaselessSearbladesTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
@Override
|
||||
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…
Reference in a new issue