Commit 0ba4b6c1 authored by GuGu's avatar GuGu

Update c28001.lua

parent bbd36bda
Pipeline #40204 passed with stage
in 5 seconds
......@@ -6,7 +6,7 @@ function c28001.initial_effect(c)
e1:SetDescription(aux.Stringid(28001,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1,28001)
e1:SetCountLimit(1)
e1:SetRange(LOCATION_MZONE)
e1:SetCost(c28001.cost1)
e1:SetTarget(c28001.target)
......@@ -18,6 +18,7 @@ function c28001.initial_effect(c)
e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetCountLimit(1,28001)
e2:SetCost(c28001.cost2)
e2:SetTarget(c28001.shtg)
e2:SetOperation(c28001.shop)
......
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