mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Trail of Mystery - Fixed that the second triggered ability did not work.
This commit is contained in:
parent
4ce5519861
commit
90103dc650
1 changed files with 0 additions and 5 deletions
|
@ -96,11 +96,6 @@ class TrailOfMysteryTriggeredAbility extends TurnedFaceUpAllTriggeredAbility {
|
|||
return new TrailOfMysteryTriggeredAbility(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean checkTrigger(GameEvent event, Game game) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Whenever a permanent you control is turned face up, if it's a creature, it gets +2/+2 until end of turn";
|
||||
|
|
Loading…
Reference in a new issue