Map spawned corpses start with their suit sensors turned off

This commit is contained in:
TankNut
2018-02-16 20:50:15 +01:00
committed by CitadelStationBot
parent 1bc3908203
commit a918a06478

View File

@@ -181,6 +181,15 @@
var/obj/item/device/pda/PDA = locate(/obj/item/device/pda) in H
if(PDA)
PDA.toff = TRUE
<<<<<<< HEAD
=======
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)
C.sensor_mode = NO_SENSORS
>>>>>>> b8b5084... Swaps locate for direct assignment
var/obj/item/card/id/W = H.wear_id
if(W)
if(id_access)