Commit aae57479 authored by POLYMER's avatar POLYMER

fix

parent 60b96116
......@@ -41,7 +41,7 @@ end
--Effect 1 Functions
function s.negcon(e,tp,eg,ep,ev,re,r,rp)
--Referencing c1712616 (Beetle Trooper) logic
return rp~=tp and re:IsActiveType(TYPE_MONSTER) and Duel.IsChainNegatable(ev) and not c:IsStatus(STATUS_BATTLE_DESTROYED)
return rp~=tp and re:IsActiveType(TYPE_MONSTER) and Duel.IsChainNegatable(ev) and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
end
function s.negcostfilter(c,tp)
......
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