[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:
committed by
Poojawa
parent
399b1c44fb
commit
fe8b463203
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user