forked from External/mage
Clean up triggered ability text generation (#10627)
* move "or battle" to its own class * move "or planeswalker" to its own class * remove strange way of setting custom text * finally remove getTriggerPhrase * copy constructor visibility * fix Vraska
This commit is contained in:
parent
e2cff095b3
commit
a7f78e8190
30 changed files with 232 additions and 191 deletions
|
|
@ -58,12 +58,5 @@ public interface TriggeredAbility extends Ability {
|
|||
|
||||
GameEvent getTriggerEvent();
|
||||
|
||||
/**
|
||||
* Don't override this. Use setTriggerPhrase instead and let the base class handle it.
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
String getTriggerPhrase();
|
||||
|
||||
TriggeredAbility setTriggerPhrase(String triggerPhrase);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue