Sleeper consoles will no longer retain the contents of its occupants
items.
This commit is contained in:
Ryan784
2016-01-11 20:53:44 -05:00
parent 58a4079954
commit 5f8e7fa30f
+3 -1
View File
@@ -326,6 +326,8 @@
toggle_filter()
if(!src.occupant)
return
for(var/obj/O in src) //why was this never here?
O.loc = src.loc
if(src.occupant.client)
src.occupant.client.eye = src.occupant.client.mob
src.occupant.client.perspective = MOB_PERSPECTIVE
@@ -465,4 +467,4 @@
if(user.pulling == L)
user.pulling = null
return
return
return