Commit 9f5680a6 authored by 聖園ミカ's avatar 聖園ミカ 🐟

54188

parent c9a79d72
......@@ -39,13 +39,13 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SET_ATTACK)
e1:SetValue(5000)
e1:SetReset(RESET_EVENT+0xff0000)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
c:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_SET_DEFENSE)
c:RegisterEffect(e2)
end
function s.sfilter(c,tp)
function s.sfilter(c,e,tp)
return (c:IsCode(79250007) or c:IsCode(79250009)) and c:GetActivateEffect():IsActivatable(tp)
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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