mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 01:18:40 +01:00
What the title says. Also, fixes a minor issue with ghost traps.
This commit is contained in:
@@ -180,6 +180,10 @@
|
||||
if (get_area(C.loc) != linkedholodeck)
|
||||
holographic_mobs -= C
|
||||
C.derez()
|
||||
for(var/mob/living/simple_animal/penguin/holodeck/P in holographic_mobs)
|
||||
if (get_area(P.loc) != linkedholodeck)
|
||||
holographic_mobs -= P
|
||||
P.derez()
|
||||
|
||||
if(inoperable())
|
||||
return
|
||||
@@ -266,6 +270,10 @@
|
||||
holographic_mobs -= C
|
||||
C.derez()
|
||||
|
||||
for(var/mob/living/simple_animal/penguin/holodeck/P in holographic_mobs)
|
||||
holographic_mobs -= P
|
||||
P.derez()
|
||||
|
||||
for(var/obj/effect/decal/cleanable/blood/B in linkedholodeck)
|
||||
qdel(B)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user