Commit b6c54765 authored by Tachibana's avatar Tachibana

1145141919810

parent b6e8cfd8
Pipeline #14480 passed with stages
in 31 minutes and 9 seconds
......@@ -30,6 +30,9 @@ function c65052006.initial_effect(c)
e3:SetTargetRange(0,LOCATION_MZONE)
e3:SetValue(c65052006.atkval)
c:RegisterEffect(e3)
local e4=e3:Clone()
e4:SetCode(EFFECT_UPDATE_DEFENSE)
c:RegisterEffect(e4)
end
function c65052006.contfil(c,tp)
return c:GetPreviousControler()==tp and c:IsType(TYPE_MONSTER)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment