Commit 039a96d4 authored by mercury233's avatar mercury233

fix

parent eb9781d4
...@@ -16,7 +16,8 @@ function c27705190.initial_effect(c) ...@@ -16,7 +16,8 @@ function c27705190.initial_effect(c)
e2:SetDescription(aux.Stringid(27705190,1)) e2:SetDescription(aux.Stringid(27705190,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,27705190) e2:SetCountLimit(1,27705190)
e2:SetCost(aux.bfgcost) e2:SetCost(aux.bfgcost)
......
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