Commit 0e2c187a authored by 聖園ミカ's avatar 聖園ミカ 🐟

man!

parent df393940
...@@ -65,19 +65,19 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,19 +65,19 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(tc,SUMMON_TYPE_RITUAL,tp,tp,false,true,POS_FACEUP) Duel.SpecialSummon(tc,SUMMON_TYPE_RITUAL,tp,tp,false,true,POS_FACEUP)
tc:CompleteProcedure() tc:CompleteProcedure()
local c=e:GetHandler() local c=e:GetHandler()
--local e1=Effect.CreateEffect(tc) local e1=Effect.CreateEffect(tc)
--e1:SetDescription(aux.Stringid(m,0)) e1:SetDescription(aux.Stringid(m,0))
--e1:SetCategory(CATEGORY_HANDES) e1:SetCategory(CATEGORY_HANDES)
--e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
--e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
--e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
--e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
--e1:SetHintTiming(0,TIMING_DRAW+TIMING_TOHAND+TIMING_END_PHASE) e1:SetHintTiming(0,TIMING_DRAW+TIMING_TOHAND+TIMING_END_PHASE)
--e1:SetCountLimit(1) e1:SetCountLimit(1)
--e1:SetTarget(cm.rmtg) e1:SetTarget(cm.rmtg)
--e1:SetOperation(cm.rmop) e1:SetOperation(cm.rmop)
--e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
--tc:RegisterEffect(e1,true) tc:RegisterEffect(e1,true)
if not tc:IsType(TYPE_EFFECT) then if not tc:IsType(TYPE_EFFECT) then
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
......
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