Commit afcf472e authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 7b9ac9d6
No preview for this file type
--version 20.07.28 --version 20.07.28
if not pcall(function() require("expansions/script/c10199991") end) then require("script/c10199991") end if not pcall(function() require("expansions/script/c30099991") end) then require("script/c30099991") end
local m=10199990 local m=30099990
local vm=10199991 local vm=30099991
local Version_Number=20200728 local Version_Number=20200728
-----------------------"Part_Effect_Base"----------------------- -----------------------"Part_Effect_Base"-----------------------
--Creat "EVENT_SET" --Creat "EVENT_SET"
......
...@@ -44,7 +44,7 @@ end ...@@ -44,7 +44,7 @@ end
function rslf.buffop(c1,c2,buff,bool) function rslf.buffop(c1,c2,buff,bool)
if buff and type(buff)=="function" then if buff and type(buff)=="function" then
local reset=not bool and rsreset.est-RESET_TOFIELD or rsreset.est local reset=not bool and rsreset.est-RESET_TOFIELD or rsreset.est
local list={buff({c2,true})} local list={buff({c2,nil,true})}
if #list==0 then return end if #list==0 then return end
for k,buffeffect in pairs(list) do for k,buffeffect in pairs(list) do
buffeffect:SetRange(LOCATION_MZONE) buffeffect:SetRange(LOCATION_MZONE)
...@@ -102,7 +102,7 @@ function cm.op(e,tp) ...@@ -102,7 +102,7 @@ function cm.op(e,tp)
if op==1 then if op==1 then
Duel.SendtoExtraP(tc,nil,REASON_COST) Duel.SendtoExtraP(tc,nil,REASON_COST)
else else
Duel.MoveToField(tc,tp,tp,LOCATION_PZONE,POS_FACEUP,true) Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true)
end end
end end
------------- -------------
......
--version 20.07.28 --version 20.07.28
if not pcall(function() require("expansions/script/c10199991") end) then require("script/c10199991") end if not pcall(function() require("expansions/script/c65099991") end) then require("script/c65099991") end
local m=10199990 local m=65099990
local vm=10199991 local vm=65099991
local Version_Number=20200728 local Version_Number=20200728
-----------------------"Part_Effect_Base"----------------------- -----------------------"Part_Effect_Base"-----------------------
--Creat "EVENT_SET" --Creat "EVENT_SET"
......
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