Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions official/c66431519.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function s.spconfilter(c,tp)
and not c:IsPreviousLocation(LOCATION_SZONE)
end
function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.spconfilter,1,nil,tp)
return not eg:IsContains(e:GetHandler()) and eg:IsExists(s.spconfilter,1,nil,tp)
end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
Expand Down Expand Up @@ -71,4 +71,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
c:UpdateAttack(atk,RESETS_STANDARD_DISABLE_PHASE_END)
end
end
end
end