Fixed Ophidian Eye.
Altered the code of Countersquall, Punish Ignorance and Undermine by changing "targetController" to "opponent". This is a workaround for issue408, not a fix. I think we can live with that because no one wants to counter his own spells with Undermine, I think...
This commit is contained in:
@@ -8860,7 +8860,7 @@ type=Instant
|
||||
name=Countersquall
|
||||
target=*[-creature]|stack
|
||||
auto=fizzle
|
||||
auto=life:-2 targetController
|
||||
auto=life:-2 opponent
|
||||
text=Counter target noncreature spell. Its controller loses 2 life.
|
||||
mana={U}{B}
|
||||
type=Instant
|
||||
@@ -31007,7 +31007,7 @@ type=Sorcery
|
||||
name=Ophidian Eye
|
||||
abilities=flash
|
||||
target=creature
|
||||
auto=@damaged(player) from(this):may draw:1 controller
|
||||
auto=@damaged(player) from(mytgt):may draw:1 controller
|
||||
text=Flash (You may cast this spell any time you could cast an instant.) -- Enchant creature -- Whenever enchanted creature deals damage to an opponent, you may draw a card.
|
||||
mana={2}{U}
|
||||
type=Enchantment
|
||||
@@ -33568,7 +33568,7 @@ type=Instant
|
||||
name=Punish Ignorance
|
||||
target=*|stack
|
||||
auto=fizzle
|
||||
auto=life:-3 targetController
|
||||
auto=life:-3 opponent
|
||||
auto=life:3 controller
|
||||
text=Counter target spell. Its controller loses 3 life and you gain 3 life.
|
||||
mana={W}{U}{U}{B}
|
||||
|
||||
Reference in New Issue
Block a user