From ebffe3bf83640e5695fc640395fbb564b5366507 Mon Sep 17 00:00:00 2001 From: Dennok Date: Sat, 14 Mar 2020 16:23:32 +0200 Subject: [PATCH] chronosuit cam fix --- code/modules/clothing/spacesuits/chronosuit.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/clothing/spacesuits/chronosuit.dm b/code/modules/clothing/spacesuits/chronosuit.dm index b400d9f7806..35c2f68252a 100644 --- a/code/modules/clothing/spacesuits/chronosuit.dm +++ b/code/modules/clothing/spacesuits/chronosuit.dm @@ -235,6 +235,9 @@ REMOVE_TRAIT(helmet, TRAIT_NODROP, CHRONOSUIT_TRAIT) helmet.suit = null helmet = null + user.reset_perspective() + user.set_machine() + user.remote_control = null if(camera) QDEL_NULL(camera)