Commit 2f9ad5fc authored by Tachibana's avatar Tachibana

watele

parent fe4e761c
Pipeline #6741 passed with stages
in 38 minutes and 45 seconds
......@@ -24,7 +24,7 @@ function cm.initial_effect(c)
end
function cm.negcon1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return re:IsActiveType(TYPE_MONSTER) and Duel.IsChainNegatable(ev)
return re:IsActiveType(TYPE_MONSTER) and Duel.IsChainNegatable(ev) and re:GetHandler():IsLocation(LOCATION_MZONE)
end
function cm.negcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,4000)
......
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