mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
some istype to macros (#16826)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user