Commit f90dd025 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent e4961c2c
Pipeline #30177 passed with stages
in 29 minutes and 17 seconds
......@@ -115,13 +115,11 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetCountLimit(1)
e1:SetCondition(function(e,tp,eg,ep,ev,re,r,rp)return ev==ct end)
tc:RegisterEffect(e1)
local _,e1_1,e2,e3=SNNM.ActivatedAsSpellorTrap(tc,0x10002,LOCATION_HAND)
e1_1:SetLabelObject(e1)
local e1_1,e2,e3,e2_1=SNNM.ActivatedAsSpellorTrap(tc,0x10002,LOCATION_HAND,true,e1)
e1_1:SetReset(RESET_EVENT+RESETS_STANDARD)
e2:SetLabelObject(e1)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
e3:SetLabelObject(e1)
e3:SetReset(RESET_EVENT+RESETS_STANDARD)
e2_1:SetReset(RESET_EVENT+RESETS_STANDARD)
local hte1=Effect.CreateEffect(c)
hte1:SetType(EFFECT_TYPE_FIELD)
hte1:SetCode(53765050)
......
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