Psyringe - fixed Enchantress's Presence (ONS). Triggers which fire upon "playing a card" need to be coded with "from(mystack), not "from(myhand)" - the latter would only trigger if you put the card into play without casting it.
Thanks to TheDark for the bug report.
This commit is contained in:
@@ -424,7 +424,7 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever you play an enchantment spell, draw a card.
|
||||
auto=@movedTo(enchantment|myBattlefield) from(myhand):draw:1
|
||||
auto=@movedTo(enchantment|myBattlefield) from(mystack):draw:1
|
||||
id=35514
|
||||
name=Enchantress's Presence
|
||||
rarity=R
|
||||
|
||||
Reference in New Issue
Block a user