Commit 7b11481e authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c1234568.lua

parent 3ac3a25c
...@@ -6,7 +6,7 @@ function c1234568.initial_effect(c) ...@@ -6,7 +6,7 @@ function c1234568.initial_effect(c)
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:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_DRAW_PHASE)
e1:SetRange(LOCATION_HAND+LOCATION_MZONE) e1:SetRange(LOCATION_HAND)
e1:SetCost(c1234568.rmcost) e1:SetCost(c1234568.rmcost)
--e1:SetCondition(c1234568.rmcon) --e1:SetCondition(c1234568.rmcon)
e1:SetOperation(c1234568.rmop) e1:SetOperation(c1234568.rmop)
......
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