Commit 051bae51 authored by POLYMER's avatar POLYMER

fix

parent e14a151b
...@@ -12,7 +12,7 @@ function c10200018.initial_effect(c) ...@@ -12,7 +12,7 @@ function c10200018.initial_effect(c)
e2:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND) e2:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_FZONE) e2:SetRange(LOCATION_FZONE)
e2:SetCountLimit(1,10200018) e2:SetCountLimit(1)
e2:SetTarget(c10200018.tg1) e2:SetTarget(c10200018.tg1)
e2:SetOperation(c10200018.op1) e2:SetOperation(c10200018.op1)
c:RegisterEffect(e2) c:RegisterEffect(e2)
......
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