Commit cb3f5312 authored by edo9300's avatar edo9300 Committed by mercury233

fix Zefraath (#879)

parent 40a5ece7
...@@ -143,9 +143,8 @@ end ...@@ -143,9 +143,8 @@ end
function c29432356.pencon1(e,c,og) function c29432356.pencon1(e,c,og)
if c==nil then return true end if c==nil then return true end
local tp=c:GetControler() local tp=c:GetControler()
if c:GetSequence()~=0 then return false end
local rpz=Duel.GetFieldCard(tp,LOCATION_PZONE,1) local rpz=Duel.GetFieldCard(tp,LOCATION_PZONE,1)
if rpz==nil then return false end if rpz==nil or c==rpz then return false end
local lscale=c:GetLeftScale() local lscale=c:GetLeftScale()
local rscale=rpz:GetRightScale() local rscale=rpz:GetRightScale()
if lscale>rscale then lscale,rscale=rscale,lscale end if lscale>rscale then lscale,rscale=rscale,lscale 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