Commit e495ba83 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12008030.lua

parent 06e10725
...@@ -32,7 +32,8 @@ function c12008030.initial_effect(c) ...@@ -32,7 +32,8 @@ function c12008030.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetCode(EVENT_BATTLE_DESTROYED) e1:SetCode(EVENT_BATTLE_DESTROYED)
e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCost(aux.exccon) e1:SetRange(LOCATION_GRAVE)
e1:SetCost(aux.bfgcost)
e1:SetCondition(c12008030.condition) e1:SetCondition(c12008030.condition)
e1:SetTarget(c12008030.target) e1:SetTarget(c12008030.target)
e1:SetOperation(c12008030.operation) e1:SetOperation(c12008030.operation)
...@@ -110,4 +111,4 @@ function c12008030.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,4 +111,4 @@ function c12008030.operation(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()~=0 then if g:GetCount()~=0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
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