Skip to content

Commit

Permalink
Fix death triggers (#4267)
Browse files Browse the repository at this point in the history
* Fix death triggers

Makes Syr Konrad and Myrkul trigger on the deaths of permanents that become creatures by effect rather than being creature cards naturally (crewed vehicles, for instance)

* UseLKI

* Remove redundant UseLKI
  • Loading branch information
Klisz authored Dec 3, 2023
1 parent d5e72c7 commit ae9eb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge-gui/res/cardsfolder/s/syr_konrad_the_grim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Name:Syr Konrad, the Grim
ManaCost:3 B B
Types:Legendary Creature Human Knight
PT:5/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Graveyard | ValidCard$ Creature.Other | TriggerZones$ Battlefield | Execute$ TrigDmg | TriggerDescription$ Whenever another creature dies, or a creature card is put into a graveyard from anywhere other than the battlefield, or a creature card leaves your graveyard, CARDNAME deals 1 damage to each opponent.
T:Mode$ ChangesZone | Origin$ Hand,Graveyard,Exile,Stack,Library,Command | Destination$ Graveyard | ValidCard$ Creature.Other | TriggerZones$ Battlefield | Execute$ TrigDmg | TriggerDescription$ Whenever another creature dies, or a creature card is put into a graveyard from anywhere other than the battlefield, or a creature card leaves your graveyard, CARDNAME deals 1 damage to each opponent.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Other | TriggerZones$ Battlefield | Execute$ TrigDmg | Secondary$ True | TriggerDescription$ Whenever another creature dies, or a creature card is put into a graveyard from anywhere other than the battlefield, or a creature card leaves your graveyard, CARDNAME deals 1 damage to each opponent.
T:Mode$ ChangesZone | Origin$ Graveyard | Destination$ Any | ValidCard$ Card.Creature+Other+YouOwn | TriggerZones$ Battlefield | Execute$ TrigDmg | Secondary$ True | TriggerDescription$ Whenever another creature dies, or a creature card is put into a graveyard from anywhere other than the battlefield, or a creature card leaves your graveyard, CARDNAME deals 1 damage to each opponent.
SVar:TrigDmg:DB$ DealDamage | Defined$ Player.Opponent | NumDmg$ 1
A:AB$ Mill | Cost$ 1 B | NumCards$ 1 | Defined$ Player | AILogic$ EndOfOppTurn | SpellDescription$ Each player mills a card.
Expand Down

0 comments on commit ae9eb98

Please sign in to comment.