Commit 55de4af2 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 5acea242
...@@ -50,7 +50,7 @@ function c90846359.acttg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -50,7 +50,7 @@ function c90846359.acttg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c90846359.sumlimit(e,c,sump,sumtype,sumpos,targetp) function c90846359.sumlimit(e,c,sump,sumtype,sumpos,targetp)
if sumpos and bit.band(sumpos,POS_FACEDOWN)>0 then return false end if sumpos and bit.band(sumpos,POS_FACEDOWN)>0 then return false end
local rc=c53334471.getrace(Duel.GetMatchingGroup(Card.IsFaceup,targetp or sump,LOCATION_MZONE,0,nil)) local rc=c90846359.getrace(Duel.GetMatchingGroup(Card.IsFaceup,targetp or sump,LOCATION_MZONE,0,nil))
if rc==0 then return false end if rc==0 then return false end
return c:GetRace()~=rc return c:GetRace()~=rc
end 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