mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 02:23:10 +00:00
Fixes elevators deleting AI eyes
And blob overminds too, though I'm not sure that one ever happened.
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
if(istype(AM, /mob/living))
|
||||
var/mob/living/M = AM
|
||||
M.gib()
|
||||
else if(AM.simulated)
|
||||
else if(AM.simulated && !(istype(AM, /mob/observer)))
|
||||
qdel(AM)
|
||||
|
||||
origin.move_contents_to(destination)
|
||||
|
||||
Reference in New Issue
Block a user