Fixes adv camera leaving obscured images

This commit is contained in:
CitadelStationBot
2017-05-26 09:05:52 -05:00
parent 7ad5837432
commit fa4e0e61d6
3 changed files with 3 additions and 3 deletions
@@ -70,12 +70,12 @@
origin.vest_mode_action.Remove(C)
origin.vest_disguise_action.Remove(C)
origin.set_droppoint_action.Remove(C)
remote_eye.eye_user = null
C.reset_perspective(null)
if(C.client)
C.client.images -= remote_eye.user_image
for(var/datum/camerachunk/chunk in remote_eye.visibleCameraChunks)
chunk.remove(remote_eye)
remote_eye.eye_user = null
C.remote_control = null
C.unset_machine()
Remove(C)