mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 16:47:34 +01:00
Merge pull request #6018 from PrismaticGynoid/naughtyelevators
Fixes elevators deleting AI eyes
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