[MIRROR] Fix crew monitor error state caused by corpses with suit sensors. (#3260)

* Fix crew monitor error state caused by corpses with suit sensors. (#56775)

* Fix crew monitor error state caused by corpses with suit sensors.

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2021-02-10 11:54:05 +00:00
committed by GitHub
co-authored by Timberpoes
parent 8d5b3e0920
commit 98e337c4d3
+1
View File
@@ -361,6 +361,7 @@
var/obj/item/clothing/under/C = H.w_uniform
if(istype(C))
C.sensor_mode = NO_SENSORS
H.update_suit_sensors()
var/obj/item/card/id/W = H.wear_id
if(W)