Commit 214f7446 authored by GuGu's avatar GuGu

Update c74561069.lua

parent f9da2db2
Pipeline #33389 passed with stage
in 9 seconds
...@@ -87,7 +87,7 @@ function cCardno.bfop(e,tp,eg,ep,ev,re,r,rp) ...@@ -87,7 +87,7 @@ function cCardno.bfop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
local seq=c:GetSequence() local seq=c:GetSequence()
local zone=math.ldexp(1,seq) local zone=1<<seq
local tempzone=0 local tempzone=0
local left1=Duel.GetFieldCard(tp,LOCATION_MZONE,0) local left1=Duel.GetFieldCard(tp,LOCATION_MZONE,0)
if left1 then if left1 then
......
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