Commit 110a1d9b authored by wind2009's avatar wind2009

Merge branch 'INFO-EN+ROTA' into master

parents d3297421 7d69a4e8
...@@ -34,7 +34,7 @@ function s.cfilter(c) ...@@ -34,7 +34,7 @@ function s.cfilter(c)
return c:IsType(TYPE_SPELL) and c:IsDiscardable() return c:IsType(TYPE_SPELL) and c:IsDiscardable()
end end
function s.ovfilter(c) function s.ovfilter(c)
return c:IsFaceup() and c:IsRank(4) and c:IsSetCard(0x12b7) return c:IsFaceup() and c:IsRank(4) and c:IsSetCard(0x11b8)
end end
function s.xyzop(e,tp,chk) function s.xyzop(e,tp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_HAND,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_HAND,0,1,nil) end
......
...@@ -177,7 +177,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -177,7 +177,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.xyzcon(e,tp,eg,ep,ev,re,r,rp) function s.xyzcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsSetCard(0x12b7) and c:IsType(TYPE_XYZ) return c:IsSetCard(0x11b8) and c:IsType(TYPE_XYZ)
end end
function s.filter(c) function s.filter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsCanOverlay() return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsCanOverlay()
......
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