Commit f6018b16 authored by salix5's avatar salix5

Merge pull request #139 from nekrozar/patch-4

fix The Terminus of the Burning Abyss
parents bb3456ad 0edb856a
......@@ -16,7 +16,7 @@ function c44771289.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCondition(c44771289.atkcon)
e2:SetCondition(aux.exccon)
e2:SetCost(c44771289.atkcost)
e2:SetTarget(c44771289.atktg)
e2:SetOperation(c44771289.atkop)
......@@ -89,9 +89,6 @@ function c44771289.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
function c44771289.atkcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetTurnID()~=Duel.GetTurnCount()
end
function c44771289.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToRemoveAsCost() end
Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_EFFECT)
......
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