Commit 413db773 authored by Amiya's avatar Amiya

修复

parent 2fa1f53f
Pipeline #43679 passed with stages
in 2 minutes
......@@ -93,7 +93,7 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
local loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)
return ep~=tp and LOCATION_HAND&loc==0
and re:IsActiveType(TYPE_MONSTER)
and e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
and Duel.IsChainNegatable(ev)
end
function s.cfilter(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