Commit bfd4bf6d authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12004023.lua

parent 1e636a4b
...@@ -63,7 +63,7 @@ function c12004023.efilter(e,te) ...@@ -63,7 +63,7 @@ function c12004023.efilter(e,te)
return te:GetOwner()~=e:GetOwner() return te:GetOwner()~=e:GetOwner()
end end
function c12004023.descon(e,tp,eg,ep,ev,re,r,rp) function c12004023.descon(e,tp,eg,ep,ev,re,r,rp)
return bit.band(r,REASON_EFFECT)~=0 return bit.band(r,REASON_EFFECT)==0
end end
function c12004023.fsfilter1(c) function c12004023.fsfilter1(c)
return c:IsSetCard(0xfb1) and c:IsType(TYPE_MONSTER) and c:IsType(TYPE_SYNCHRO) return c:IsSetCard(0xfb1) and c:IsType(TYPE_MONSTER) and c:IsType(TYPE_SYNCHRO)
...@@ -127,4 +127,4 @@ function c12004023.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -127,4 +127,4 @@ function c12004023.disop(e,tp,eg,ep,ev,re,r,rp)
if c==0 then return end if c==0 then return end
local dis1=Duel.SelectDisableField(tp,cc,0,LOCATION_MZONE,0) local dis1=Duel.SelectDisableField(tp,cc,0,LOCATION_MZONE,0)
return dis1 return dis1
end end
\ No newline at end of file
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