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 4b18f66 commit 9aeab82Copy full SHA for 9aeab82
unofficial/c511001565.lua
@@ -12,7 +12,7 @@ function s.initial_effect(c)
12
e1a:SetTargetRange(0,LOCATION_MZONE)
13
e1a:SetTarget(aux.TargetBoolFunction(Card.IsSpecialSummoned))
14
e1a:SetValue(s.atkdefval)
15
- c:RegisterEffect(e1)
+ c:RegisterEffect(e1a)
16
local e1b=e1a:Clone()
17
e1b:SetCode(EFFECT_SET_BASE_DEFENSE)
18
c:RegisterEffect(e1b)
0 commit comments