Merge pull request #1192 from Citadel-Station-13/upstream-merge-27658

[MIRROR] Fixes adv camera leaving obscured images
This commit is contained in:
LetterJay
2017-05-26 23:22:54 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -96,12 +96,12 @@
origin.feed_slime_action.Remove(C)
origin.monkey_recycle_action.Remove(C)
//All of this stuff below could probably be a proc for all advanced cameras, only the action removal needs to be camera specific
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)