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

Replace c1234568.lua

parent 1209ae08
...@@ -5,6 +5,7 @@ function c1234568.initial_effect(c) ...@@ -5,6 +5,7 @@ function c1234568.initial_effect(c)
e1:SetDescription(aux.Stringid(1234568,1)) e1:SetDescription(aux.Stringid(1234568,1))
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_DRAW_PHASE)
e1:SetRange(LOCATION_HAND+LOCATION_MZONE) e1:SetRange(LOCATION_HAND+LOCATION_MZONE)
e1:SetCost(c1234568.rmcost) e1:SetCost(c1234568.rmcost)
--e1:SetCondition(c1234568.rmcon) --e1:SetCondition(c1234568.rmcon)
......
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