mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
TriggeringController -> TriggeredController
This commit is contained in:
@@ -4,7 +4,7 @@ Types:Enchantment
|
||||
Text:no text
|
||||
K:At the beginning of your upkeep, sacrifice CARDNAME unless you pay 2
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | Execute$ TrigSac | TriggerDescription$ Whenever a creature is put into a graveyard from the battlefield, that creature's controller sacrifices a land.
|
||||
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | SacValid$ Land | Defined$ TriggeringController
|
||||
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | SacValid$ Land | Defined$ TriggeredController
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/earthlink.jpg
|
||||
End
|
||||
@@ -726,7 +726,7 @@ public class AbilityFactory {
|
||||
players.add(p);
|
||||
}
|
||||
}
|
||||
else if (defined.equals("TriggeringController")){
|
||||
else if (defined.equals("TriggeredController")){
|
||||
Player p = sa.getTriggeringCard().getController();
|
||||
if (!players.contains(p))
|
||||
players.add(p);
|
||||
|
||||
Reference in New Issue
Block a user