Commit 745519a4 authored by GuGu's avatar GuGu

Update c20516.lua

parent 384fc98a
Pipeline #34286 passed with stage
in 44 seconds
......@@ -54,7 +54,7 @@ function s.fselect(g,tp,sc)
return g:GetClassCount(s.checktype)==5 and Duel.GetLocationCountFromEx(tp,tp,g,sc)>0
end
function s.spfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToRemove() and c:IsSetCard(0x713)
return c:IsType(TYPE_MONSTER) and c:IsAbleToRemoveAsCost() and c:IsSetCard(0x713)
and (c:IsFaceup() or c:IsLocation(LOCATION_EXTRA))
end
function s.hspcon(e,c,og)
......
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