mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes #2630
This commit is contained in:
@@ -136,7 +136,13 @@ Class Procs:
|
|||||||
component_parts -= A
|
component_parts -= A
|
||||||
if(contents) // The same for contents.
|
if(contents) // The same for contents.
|
||||||
for(var/atom/A in contents)
|
for(var/atom/A in contents)
|
||||||
qdel(A)
|
if(ishuman(A))
|
||||||
|
var/mob/living/carbon/human/H = A
|
||||||
|
H.client.eye = H.client.mob
|
||||||
|
H.client.perspective = MOB_PERSPECTIVE
|
||||||
|
H.loc = src.loc
|
||||||
|
else
|
||||||
|
qdel(A)
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/obj/machinery/process()//If you dont use process or power why are you here
|
/obj/machinery/process()//If you dont use process or power why are you here
|
||||||
|
|||||||
Reference in New Issue
Block a user