Skip to content

Commit 64b3e2a

Browse files
committed
"St. Azamina" fix
- Fixed a bug where it would not be able to redirect damage from direct attacks
1 parent 13ab4b3 commit 64b3e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

official/c85065943.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ function s.initial_effect(c)
2121
e2:SetType(EFFECT_TYPE_FIELD)
2222
e2:SetCode(EFFECT_REFLECT_BATTLE_DAMAGE)
2323
e2:SetRange(LOCATION_MZONE)
24-
e2:SetTargetRange(LOCATION_MZONE,0)
24+
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
25+
e2:SetTargetRange(1,0)
2526
e2:SetValue(1)
2627
c:RegisterEffect(e2)
2728
--Special Summon 1 Level 9 or lower "Azamina" monster from your Deck or Extra Deck

0 commit comments

Comments
 (0)