Commit 201183f4 authored by Tachibana's avatar Tachibana

ndyd

parent bc6dda03
...@@ -12,7 +12,7 @@ function cm.initial_effect(c) ...@@ -12,7 +12,7 @@ function cm.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE) e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,m) e1:SetCountLimit(1)
e1:SetCost(cm.tdcost) e1:SetCost(cm.tdcost)
e1:SetTarget(cm.tdtg) e1:SetTarget(cm.tdtg)
e1:SetOperation(cm.tdop) e1:SetOperation(cm.tdop)
......
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