Commit 6f97d30d authored by Real_Scl's avatar Real_Scl Committed by GitHub

fix 御巫の水舞踏 (#2123)

parent 8265a41c
...@@ -62,6 +62,7 @@ function c43527730.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,6 +62,7 @@ function c43527730.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,c43527730.spfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,1,nil,e,tp,ec:GetOriginalCodeRule()) local g=Duel.SelectMatchingCard(tp,c43527730.spfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,1,nil,e,tp,ec:GetOriginalCodeRule())
local tc=g:GetFirst() local tc=g:GetFirst()
Duel.DisableSelfDestroyCheck()
if tc and Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)~=0 and Duel.Equip(tp,c,tc) then if tc and Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)~=0 and Duel.Equip(tp,c,tc) then
--Add Equip limit --Add Equip limit
local e1=Effect.CreateEffect(tc) local e1=Effect.CreateEffect(tc)
...@@ -76,6 +77,7 @@ function c43527730.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,6 +77,7 @@ function c43527730.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(ec,nil,REASON_EFFECT) Duel.SendtoHand(ec,nil,REASON_EFFECT)
end end
end end
Duel.DisableSelfDestroyCheck(false)
end end
function c43527730.eqlimit(e,c) function c43527730.eqlimit(e,c)
return e:GetOwner()==c return e:GetOwner()==c
......
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