Commit 95489046 authored by wyykak's avatar wyykak

gold fix 86379540

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent cde87d43
Pipeline #11984 passed with stage
in 37 seconds
......@@ -113,13 +113,7 @@ end
function c86379540.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then
if Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)~=0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local a=Duel.SelectMatchingCard(tp,aux.TRUE,tp,LOCATION_HAND+LOCATION_ONFIELD,0,1,1,nil)
if a:GetCount()>0 then
Duel.Destroy(a,REASON_EFFECT)
end
end
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
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