Commit abc984cf authored by GuGu's avatar GuGu

Update c50340.lua

parent 463fa36c
Pipeline #26315 passed with stage
in 6 seconds
...@@ -5,7 +5,7 @@ function c50340.initial_effect(c) ...@@ -5,7 +5,7 @@ function c50340.initial_effect(c)
e4:SetDescription(aux.Stringid(50340,0)) e4:SetDescription(aux.Stringid(50340,0))
e4:SetType(EFFECT_TYPE_IGNITION) e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_MZONE) e4:SetRange(LOCATION_MZONE)
e4:SetCountLimit(1,50340) e4:SetCountLimit(1)
e4:SetTarget(c50340.btg) e4:SetTarget(c50340.btg)
e4:SetOperation(c50340.bop) e4:SetOperation(c50340.bop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
......
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