Commit 1761d061 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent ea0b4ff2
...@@ -17,7 +17,7 @@ function s.initial_effect(c) ...@@ -17,7 +17,7 @@ function s.initial_effect(c)
e6:SetCategory(CATEGORY_SPECIAL_SUMMON) e6:SetCategory(CATEGORY_SPECIAL_SUMMON)
e6:SetType(EFFECT_TYPE_IGNITION) e6:SetType(EFFECT_TYPE_IGNITION)
e6:SetRange(LOCATION_GRAVE) e6:SetRange(LOCATION_GRAVE)
e6:SetCountLimit(1,id+1) e6:SetCountLimit(1,id)
e6:SetCost(aux.bfgcost) e6:SetCost(aux.bfgcost)
e6:SetTarget(s.target) e6:SetTarget(s.target)
e6:SetOperation(s.operation) e6:SetOperation(s.operation)
......
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