Commit 13839a93 authored by wind2009's avatar wind2009

Update

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