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
|
name=Countersquall
|
||||||
target=*[-creature]|stack
|
target=*[-creature]|stack
|
||||||
auto=fizzle
|
auto=fizzle
|
||||||
auto=life:-2 targetController
|
auto=life:-2 opponent
|
||||||
text=Counter target noncreature spell. Its controller loses 2 life.
|
text=Counter target noncreature spell. Its controller loses 2 life.
|
||||||
mana={U}{B}
|
mana={U}{B}
|
||||||
type=Instant
|
type=Instant
|
||||||
@@ -31007,7 +31007,7 @@ type=Sorcery
|
|||||||
name=Ophidian Eye
|
name=Ophidian Eye
|
||||||
abilities=flash
|
abilities=flash
|
||||||
target=creature
|
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.
|
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}
|
mana={2}{U}
|
||||||
type=Enchantment
|
type=Enchantment
|
||||||
@@ -33568,7 +33568,7 @@ type=Instant
|
|||||||
name=Punish Ignorance
|
name=Punish Ignorance
|
||||||
target=*|stack
|
target=*|stack
|
||||||
auto=fizzle
|
auto=fizzle
|
||||||
auto=life:-3 targetController
|
auto=life:-3 opponent
|
||||||
auto=life:3 controller
|
auto=life:3 controller
|
||||||
text=Counter target spell. Its controller loses 3 life and you gain 3 life.
|
text=Counter target spell. Its controller loses 3 life and you gain 3 life.
|
||||||
mana={W}{U}{U}{B}
|
mana={W}{U}{U}{B}
|
||||||
|
|||||||
Reference in New Issue
Block a user