Commit 0320e0e8 authored by Amiya's avatar Amiya

修复

parent 521a7979
Pipeline #42514 passed with stages
in 3 minutes and 19 seconds
--糾罪巧γ'-「exapatisIA」 --糾罪巧γ'-「exapatisIA」
CATEGORY_MSET =0x100000000 --包含盖放怪兽的效果 CATEGORY_MSET =0x100000000 --包含盖放怪兽的效果
CATEGORY_SSET =0x200000000 --包含盖放魔陷的效果 CATEGORY_SSET =0x200000000 --包含盖放魔陷的效果
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
--pendulum summon --pendulum summon
...@@ -121,8 +121,8 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp) ...@@ -121,8 +121,8 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
if Effect_e:GetType()&(EFFECT_TYPE_IGNITION+EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_QUICK_F+EFFECT_TYPE_QUICK_O)~=0 then if Effect_e:GetType()&(EFFECT_TYPE_IGNITION+EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_QUICK_F+EFFECT_TYPE_QUICK_O)~=0 then
local tg=Effect_e:GetTarget() local tg=Effect_e:GetTarget()
if tg then if tg then
tg(e,tp,Group.CreateGroup(),ep,ev,re,r,rp,0) tg(e,tp,Group.CreateGroup(),tp,ev,e,r,tp,0)
tg(e,1-tp,Group.CreateGroup(),ep,ev,re,r,rp,0) tg(e,1-tp,Group.CreateGroup(),tp,ev,e,r,tp,0)
if Duel.GetFlagEffect(0,id)~=0 then if Duel.GetFlagEffect(0,id)~=0 then
Effect_e:SetTarget(s.sttg(tg)) Effect_e:SetTarget(s.sttg(tg))
end 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