Commit a4195054 authored by 独孤朲's avatar 独孤朲

Merge pull request #948 from Lsty/patch-59

Update c31437713.lua
parents 60046c5c ed613275
...@@ -16,6 +16,7 @@ function c31437713.initial_effect(c) ...@@ -16,6 +16,7 @@ function c31437713.initial_effect(c)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(31437713,0)) e2:SetDescription(aux.Stringid(31437713,0))
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetCountLimit(1)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCondition(c31437713.condition) e2:SetCondition(c31437713.condition)
e2:SetCost(c31437713.cost) e2:SetCost(c31437713.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