Commit 7e370f1c authored by TanakaKotoha's avatar TanakaKotoha

fix and late

parent c4b2438e
...@@ -5,7 +5,7 @@ stages: ...@@ -5,7 +5,7 @@ stages:
variables: variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
LAST_UPDATE_DATE: "2020.7.8" LAST_UPDATE_DATE: "2020.7.8"
CURRENT_UPDATE_DATE: "2020.7.26" CURRENT_UPDATE_DATE: "2020.7.27"
redtext: redtext:
stage: prepare stage: prepare
......
No preview for this file type
local m=1008026
local cm=_G["c"..m]
function cm.initial_effect(c)
end
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
function c65010121.initial_effect(c) function c65010121.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY+CATEGORY_DRAW)) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY+CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
e1:SetCountLimit(1,65010121+EFFECT_COUNT_CODE_OATH) e1:SetCountLimit(1,65010121+EFFECT_COUNT_CODE_OATH)
......
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