some istype to macros (#16826)

This commit is contained in:
Kashargul
2025-01-06 06:45:02 +10:00
committed by GitHub
parent c2c248d3b9
commit 59b9802628
409 changed files with 760 additions and 763 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
return
// Don't let AI eyes yeet themselves off the map
if(istype(A, /mob/observer/eye))
if(isobserver(A))
return
if(A.lost_in_space())