mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user