Map spawned corpses start with their suit sensors turned off
This commit is contained in:
committed by
CitadelStationBot
parent
1bc3908203
commit
a918a06478
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user