Commit 0f7930a1 authored by Vee4's avatar Vee4

Update c100245021.lua

parent 6ba3377c
Pipeline #40040 passed with stages
in 3 minutes and 10 seconds
...@@ -63,7 +63,7 @@ function s.initial_effect(c) ...@@ -63,7 +63,7 @@ function s.initial_effect(c)
e5:SetTargetRange(LOCATION_ONFIELD+LOCATION_GRAVE,LOCATION_ONFIELD+LOCATION_GRAVE) e5:SetTargetRange(LOCATION_ONFIELD+LOCATION_GRAVE,LOCATION_ONFIELD+LOCATION_GRAVE)
e5:SetLabelObject(c) e5:SetLabelObject(c)
e5:SetCondition(s.effcon) e5:SetCondition(s.effcon)
e5:SetValue(aux.tgoval) e5:SetValue(aux.tgsval)
Duel.RegisterEffect(e5,0) Duel.RegisterEffect(e5,0)
Duel.AddCustomActivityCounter(id,ACTIVITY_SPSUMMON,s.counterfilter) Duel.AddCustomActivityCounter(id,ACTIVITY_SPSUMMON,s.counterfilter)
end 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