Commit e1065431 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12005015.lua

parent 0b03c04c
......@@ -129,7 +129,7 @@ end
function c12005015.sprcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
return Duel.GetLocationCountFromEx(tp)>0 and Duel.IsExistingMatchingCard(c12005015.sprfilter1,tp,LOCATION_HAND+LOCATION_GRAVE+LOCATION_ONFIELD,0,1,nil,tp)
return Duel.GetLocationCountFromEx(tp,tp,nil,TYPE_FUSION)>0 and Duel.IsExistingMatchingCard(c12005015.sprfilter1,tp,LOCATION_HAND+LOCATION_GRAVE+LOCATION_ONFIELD,0,1,nil,tp)
end
function c12005015.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
......
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