Commit 7362fd18 authored by nekrozar's avatar nekrozar Committed by DailyShana

update Inspection, Recycle (#504)

parent c75936f9
...@@ -11,6 +11,7 @@ function c16227556.initial_effect(c) ...@@ -11,6 +11,7 @@ function c16227556.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_PHASE+PHASE_STANDBY) e2:SetCode(EVENT_PHASE+PHASE_STANDBY)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1)
e2:SetCondition(c16227556.cfcon) e2:SetCondition(c16227556.cfcon)
e2:SetCost(c16227556.cfcost) e2:SetCost(c16227556.cfcost)
e2:SetOperation(c16227556.cfop) e2:SetOperation(c16227556.cfop)
......
...@@ -13,6 +13,7 @@ function c96316857.initial_effect(c) ...@@ -13,6 +13,7 @@ function c96316857.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_PHASE+PHASE_STANDBY) e2:SetCode(EVENT_PHASE+PHASE_STANDBY)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1)
e2:SetCondition(c96316857.rccon) e2:SetCondition(c96316857.rccon)
e2:SetCost(c96316857.rccost) e2:SetCost(c96316857.rccost)
e2:SetTarget(c96316857.rctg) e2:SetTarget(c96316857.rctg)
......
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