Commit 6a7674ad authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 3320e0db
...@@ -6,6 +6,7 @@ function c56343672.initial_effect(c) ...@@ -6,6 +6,7 @@ function c56343672.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,56343672)
e1:SetCost(c56343672.spcost) e1:SetCost(c56343672.spcost)
e1:SetTarget(c56343672.sptg) e1:SetTarget(c56343672.sptg)
e1:SetOperation(c56343672.spop) e1:SetOperation(c56343672.spop)
......
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