Commit 8d3ca35a authored by Momobako's avatar Momobako

Push by Appveyor

parent 9ee8c14f
......@@ -6,7 +6,7 @@ function c12000008.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1)
e1:SetCountLimit(1,12000008)
e1:SetTarget(c12000008.target)
e1:SetOperation(c12000008.operation)
c:RegisterEffect(e1)
......@@ -14,6 +14,7 @@ function c12000008.initial_effect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,12000108)
e2:SetCost(aux.bfgcost)
e2:SetTarget(c12000008.target)
e2:SetOperation(c12000008.activate)
......
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