Commit 8a548595 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix 睨み統べるスネークアイズ (#2454)

parent 79f56443
......@@ -20,7 +20,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetMatchingGroup(s.cfilter,tp,LOCATION_MZONE,0,nil):GetSum(Card.GetLevel)>1
end
function s.mfilter(c,tp,ft)
if not (c:IsFaceupEx() and c:GetOriginalType()&TYPE_MONSTER>0) then return false end
if not (c:IsFaceupEx() and c:IsType(TYPE_MONSTER)) then return false end
local p=c:GetOwner()
if p~=tp then ft=0 end
local r=LOCATION_REASON_TOFIELD
......
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