Commit 6dea3231 authored by GuGu's avatar GuGu

Update c514101.lua

parent 612fdacb
Pipeline #39592 passed with stage
in 6 seconds
......@@ -43,7 +43,7 @@ function c514101.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
local loc=LOCATION_HAND+LOCATION_GRAVE
if Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then
return Duel.IsExistingMatchingCard(c514101.spfilter,tp,loc,0,1,nil,e,tp)
return Duel.IsExistingMatchingCard(c514101.spfilter,tp,loc,0,1,e:GetHandler(),e,tp)
end
return false
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