mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Update turbolift.dm
This commit is contained in:
@@ -195,8 +195,6 @@
|
||||
if(istype(AM, /mob/living) && !(AM.is_incorporeal()))
|
||||
var/mob/living/M = AM
|
||||
M.gib()
|
||||
else if(istype(AM, /mob/zshadow))
|
||||
AM.Destroy() //prevent deleting shadow without deleting shadow's shadows
|
||||
else if(AM.simulated && !(istype(AM, /mob/observer)) && !(AM.is_incorporeal()))
|
||||
qdel(AM)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user