Commit 765845d4 authored by wyykak's avatar wyykak

fix 37010

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent a439f825
Pipeline #37675 passed with stage
in 5 seconds
......@@ -67,13 +67,15 @@ function c37010.drop(e,tp,eg,ep,ev,re,r,rp)
if dg:GetCount()>0 then
Duel.SendtoGrave(dg,REASON_EFFECT)
end
elseif tc:IsAttribute(ATTRIBUTE_WATER) then
end
if tc:IsAttribute(ATTRIBUTE_WATER) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local dg=Duel.SelectMatchingCard(tp,c37010.filter2,tp,LOCATION_HAND,0,1,1,nil,e,tp)
if dg:GetCount()>0 then
Duel.SpecialSummon(dg,0,tp,tp,false,false,POS_FACEUP)
end
else
end
if not tc:IsAttribute(ATTRIBUTE_WIND) and not tc:IsAttribute(ATTRIBUTE_WATER) then
Duel.SendtoGrave(tc,REASON_EFFECT)
end
Duel.ShuffleHand(tp)
......
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