Commit 147ef401 authored by nanahira's avatar nanahira Committed by GitHub

fix

parent dbbdd29f
...@@ -26,7 +26,7 @@ function c56840427.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -26,7 +26,7 @@ function c56840427.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST) e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end end
function c56840427.operation(e,tp,eg,ep,ev,re,r,rp) function c56840427.operation(e,tp,eg,ep,ev,re,r,rp)
if not Duel.GetLP(tp)<=1000 then return end if Duel.GetLP(tp)>1000 then return end
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) and c:IsFaceup() then if c:IsRelateToEffect(e) and c:IsFaceup() then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
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