Commit dff5d424 authored by Tachibana's avatar Tachibana

ndyd

parent 50b72a09
......@@ -23,6 +23,7 @@ function cm.initial_effect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_FLIP)
e1:SetCountLimit(1,m+100)
e1:SetTarget(cm.thtg)
e1:SetOperation(cm.thop)
......
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