Commit d00cf5a0 authored by gg123gg's avatar gg123gg

Update c12069012.lua

parent f7e6a674
Pipeline #5759 passed with stages
in 21 minutes and 55 seconds
......@@ -85,8 +85,8 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
end
function cm.negcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsStatus(STATUS_BATTLE_DESTROYED) then return false end
return rp==1-tp
if c:IsStatus(STATUS_BATTLE_DESTROYED) then return false end
return rp==1-tp and re:IsHasType(TYPE_MONSTER)
end
function cm.filter(c,rc)
return c:IsAbleToHand() and cm.onfilter(c,rc)
......
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