[MIRROR] Fixes the sensor corpse runtimes. (#5627)

* Merge pull request #35837 from AnturK/sensorbadcode

Fixes the sensor corpse runtimes.

* Fixes the sensor corpse runtimes.
This commit is contained in:
CitadelStationBot
2018-02-21 09:28:34 -06:00
committed by Poojawa
parent 399b1c44fb
commit fe8b463203
+2 -2
View File
@@ -186,8 +186,8 @@
PDA.toff = TRUE
if(disable_sensors)
// Using crew monitors to find corpses while creative makes finding certain ruins too easy.
var/obj/item/clothing/under/C = H.wear_suit
if(C)
var/obj/item/clothing/under/C = H.w_uniform
if(istype(C))
C.sensor_mode = NO_SENSORS
var/obj/item/card/id/W = H.wear_id