mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-21 04:33:16 +01:00
Fixes #798
Sleeper consoles will no longer retain the contents of its occupants items.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user