Commit 3d1c0cee authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 62d8ae36
......@@ -31,7 +31,7 @@ function c58531587.atktarget(e,c)
return c:IsLevelAbove(4)
end
function c58531587.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
return Duel.GetTurnPlayer()==tp and e:GetHandler():IsStatus(STATUS_EFFECT_ENABLED)
end
function c58531587.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToGraveAsCost() end
......
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