Commit 0e4f9e18 authored by Tachibana's avatar Tachibana

emergency

parent 82899c26
...@@ -28,7 +28,7 @@ function cm.initial_effect(c) ...@@ -28,7 +28,7 @@ function cm.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetHintTiming(0,TIMING_END_PHASE) e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetCountLimit(1,m) e1:SetCountLimit(1,m+900)
e1:SetCondition(cm.atkcon) e1:SetCondition(cm.atkcon)
e1:SetTarget(cm.atktg) e1:SetTarget(cm.atktg)
e1:SetOperation(cm.atkop) e1:SetOperation(cm.atkop)
......
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