Commit bd442995 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12009062.lua

parent aa076b59
......@@ -35,6 +35,7 @@ function cm.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
e5:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e5:SetRange(LOCATION_MZONE)
e5:SetCode(EFFECT_UPDATE_ATTACK)
e5:SetReset(RESET_EVENT+RESETS_STANDARD)
e5:SetValue(2000)
c:RegisterEffect(e5)
local e2=Effect.CreateEffect(c)
......@@ -65,4 +66,4 @@ function cm.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel.Remove(sg,POS_FACEUP,REASON_RULE)
else Duel.Remove(tg,POS_FACEUP,REASON_RULE) end
end
end
\ No newline at end of file
end
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