mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09: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);
|
return new TrailOfMysteryTriggeredAbility(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean checkTrigger(GameEvent event, Game game) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
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";
|
return "Whenever a permanent you control is turned face up, if it's a creature, it gets +2/+2 until end of turn";
|
||||||
|
|
Loading…
Add table
Reference in a new issue