Commit aec656a7 authored by nanahira's avatar nanahira

errt

parent ac941d45
No preview for this file type
...@@ -33,11 +33,11 @@ function cm.effect_operation_3L(c,ctlm) ...@@ -33,11 +33,11 @@ function cm.effect_operation_3L(c,ctlm)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,1)) e1:SetDescription(aux.Stringid(m,1))
e1:SetCategory(CATEGORY_TOHAND) e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCode(EVENT_FREE_CHAIN) --e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetHintTiming(0,0x1c0) --e1:SetHintTiming(0,0x1c0)
e1:SetCountLimit(ctlm) e1:SetCountLimit(ctlm)
e1:SetCost(Senya.DescriptionCost()) e1:SetCost(Senya.DescriptionCost())
e1:SetTarget(cm.target1) e1:SetTarget(cm.target1)
......
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