Commit 94ce5a7e authored by nekrozar's avatar nekrozar

fix

parent 438ae382
...@@ -72,7 +72,7 @@ function c6387204.lpcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -72,7 +72,7 @@ function c6387204.lpcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetLP(1-tp)~=100 and e:GetHandler():GetOverlayGroup():IsExists(Card.IsCode,1,nil,9161357) return Duel.GetLP(1-tp)~=100 and e:GetHandler():GetOverlayGroup():IsExists(Card.IsCode,1,nil,9161357)
end end
function c6387204.filter(c) function c6387204.filter(c)
return c:GetFlagEffect(6387204)~=0 and c:IsSetCard(0x48) and c:IsAbleToGraveAsCost() return c:GetFlagEffect(6387204)~=0 and c:IsSetCard(0x48) and c:IsFaceup() and c:IsAbleToGraveAsCost()
end end
function c6387204.lpcost(e,tp,eg,ep,ev,re,r,rp,chk) function c6387204.lpcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,3,REASON_COST) if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,3,REASON_COST)
......
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