Commit f19c1e72 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030006.lua

parent 0a3a04f7
......@@ -31,16 +31,16 @@ function c12030006.initial_effect(c)
e3:SetCondition(c12030006.setcon)
c:RegisterEffect(e3)
--return
local e7=Effect.CreateEffect(c)
e7:SetDescription(aux.Stringid(12030006,2))
e7:SetCategory(CATEGORY_DRAW)
e7:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e7:SetRange(LOCATION_MZONE)
e7:SetCountLimit(1)
e7:SetCode(EVENT_PHASE+PHASE_END)
e7:SetTarget(c12030006.rettg)
e7:SetOperation(c12030006.retop)
c:RegisterEffect(e7)
local e4=Effect.CreateEffect(c)
e4:SetDescription(aux.Stringid(12030006,2))
e4:SetCategory(CATEGORY_DRAW)
e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e4:SetRange(LOCATION_MZONE)
e4:SetCountLimit(1)
e4:SetCode(EVENT_PHASE+PHASE_END)
e4:SetTarget(c12030006.rettg)
e4:SetOperation(c12030006.retop)
c:RegisterEffect(e4)
--cannot be target
local e7=Effect.CreateEffect(c)
e7: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