Commit cb10c633 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent d9eb020c
...@@ -3,7 +3,7 @@ function c11317977.initial_effect(c) ...@@ -3,7 +3,7 @@ function c11317977.initial_effect(c)
--tohand --tohand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(11317977,0)) e1:SetDescription(aux.Stringid(11317977,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCost(c11317977.cost) e1:SetCost(c11317977.cost)
......
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