Commit 6c90cc1f authored by GuGu's avatar GuGu

Update c23199.lua

parent 8c4aa5c6
Pipeline #31054 passed with stage
in 29 seconds
......@@ -5,6 +5,7 @@ function c23199.initial_effect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_TOGRAVE+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,23199)
e1:SetTarget(c23199.target)
e1:SetOperation(c23199.activate)
c:RegisterEffect(e1)
......@@ -15,6 +16,7 @@ function c23199.initial_effect(c)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetRange(LOCATION_GRAVE)
e3:SetCountLimit(1,23199)
e3:SetCondition(aux.exccon)
e3:SetCost(aux.bfgcost)
e3:SetTarget(c23199.thtg)
......
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