Commit a6ad44a2 authored by Huangnan's avatar Huangnan

fix

parent 7839c3e4
Pipeline #23805 passed with stages
in 25 minutes and 22 seconds
......@@ -26,7 +26,7 @@ end
function s.filter(c,tp)
local r=LOCATION_REASON_TOFIELD
if not c:IsControler(c:GetOwner()) then r=LOCATION_REASON_CONTROL end
return c:IsFaceup() and Duel.GetLocationCount(c:GetOwner(),LOCATION_SZONE,tp,r)>0 and not c:IsSummonType(SUMMON_TYPE_NORMAL)
return c:IsFaceup() and Duel.GetLocationCount(c:GetOwner(),LOCATION_SZONE,tp,r)>0 and c:IsSummonType(SUMMON_TYPE_SPECIAL)
end
function s.initial_effect(c)
LIM.lim_eff(c,id)
......
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