Commit b619b8e8 authored by mercury233's avatar mercury233

fix

parent a016e72f
...@@ -5,6 +5,7 @@ function c78063197.initial_effect(c) ...@@ -5,6 +5,7 @@ function c78063197.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,78063197)
e1:SetTarget(c78063197.target) e1:SetTarget(c78063197.target)
e1:SetOperation(c78063197.activate) e1:SetOperation(c78063197.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
...@@ -15,6 +16,7 @@ function c78063197.initial_effect(c) ...@@ -15,6 +16,7 @@ function c78063197.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,78063198)
e2:SetCost(aux.bfgcost) e2:SetCost(aux.bfgcost)
e2:SetTarget(c78063197.eqtg) e2:SetTarget(c78063197.eqtg)
e2:SetOperation(c78063197.eqop) e2:SetOperation(c78063197.eqop)
......
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