Commit 231668a0 authored by POLYMER's avatar POLYMER

fix

parent a74ea664
...@@ -6,7 +6,7 @@ function c19209513.initial_effect(c) ...@@ -6,7 +6,7 @@ function c19209513.initial_effect(c)
--pendulum effect --pendulum effect
--to hand --to hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_PZONE) e1:SetRange(LOCATION_PZONE)
e1:SetCountLimit(1,19209513) e1:SetCountLimit(1,19209513)
......
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