We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ab4b3 commit 64b3e2aCopy full SHA for 64b3e2a
official/c85065943.lua
@@ -21,7 +21,8 @@ function s.initial_effect(c)
21
e2:SetType(EFFECT_TYPE_FIELD)
22
e2:SetCode(EFFECT_REFLECT_BATTLE_DAMAGE)
23
e2:SetRange(LOCATION_MZONE)
24
- e2:SetTargetRange(LOCATION_MZONE,0)
+ e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
25
+ e2:SetTargetRange(1,0)
26
e2:SetValue(1)
27
c:RegisterEffect(e2)
28
--Special Summon 1 Level 9 or lower "Azamina" monster from your Deck or Extra Deck
0 commit comments