Commit 13839a93 authored by wind2009's avatar wind2009

Update

parent f1dd3450
......@@ -23,6 +23,7 @@
101302022
101302023
101302024
101302025
101302030
101302032
101302033
......@@ -39,6 +40,7 @@
101302044
101302045
101302046
101302047
101302207
101302050
101302051
......
......@@ -97,4 +97,4 @@ function s.checkop(e,tp,eg,ep,ev,re,r,rp)
if re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsType(TYPE_SYNCHRO) then
e:GetHandler():RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD-RESET_TOFIELD-RESET_TEMP_REMOVE,0,1)
end
end
\ No newline at end of file
end
......@@ -82,4 +82,4 @@ function s.cfop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(tp,cg)
Duel.ShuffleHand(1-tp)
end
end
\ No newline at end of file
end
......@@ -61,4 +61,4 @@ end
function s.dmcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSetCard(0x1be)
and Duel.GetCustomActivityCount(id,1-e:GetHandlerPlayer(),ACTIVITY_CHAIN)>0
end
\ No newline at end of file
end
......@@ -116,4 +116,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local tc=Duel.SelectMatchingCard(tp,s.spfilter2,tp,LOCATION_EXTRA,0,1,1,nil):GetFirst()
if tc then Duel.LinkSummon(tp,tc,nil) 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