Commit 85189f82 authored by 聖園ミカ's avatar 聖園ミカ 🐟

reclean

parent c718a6e8
No preview for this file type
...@@ -119,7 +119,7 @@ function c60000084.tzop(e,tp,eg,ep,ev,re,r,rp) ...@@ -119,7 +119,7 @@ function c60000084.tzop(e,tp,eg,ep,ev,re,r,rp)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2:SetCode(EFFECT_CHANGE_CODE) e2:SetCode(EFFECT_CHANGE_CODE)
e2:SetValue(60000086) e2:SetValue(60000086)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc2:RegisterEffect(e2) tc2:RegisterEffect(e2)
end end
end end
......
...@@ -3,6 +3,7 @@ local m=98626818 ...@@ -3,6 +3,7 @@ local m=98626818
local cm=_G["c"..m] local cm=_G["c"..m]
function cm.initial_effect(c) function cm.initial_effect(c)
--code --code
aux.AddCodeList(c,81010001)
aux.EnableChangeCode(c,33374561,LOCATION_MZONE+LOCATION_GRAVE) aux.EnableChangeCode(c,33374561,LOCATION_MZONE+LOCATION_GRAVE)
--summon --summon
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
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