Fixes shells unable to be re-used by the AI & an exploit

This commit is contained in:
Archie
2021-06-27 14:09:40 -03:00
parent cf0105de4a
commit 1547557166
4 changed files with 8 additions and 2 deletions
+2
View File
@@ -873,6 +873,8 @@
return 0
if(digitalcamo || digitalinvis)
return 0
if(ismimic(src)) // Are we a mimic? Mimics should not be tracked to prevent AI camera cheese.
return 0
// Now, are they viewable by a camera? (This is last because it's the most intensive check)
if(!near_camera(src))