Makes the remote warden's sensors default to off (#10281)

* Makes the remote warden's sensors default to off

* Geeves' ideas
This commit is contained in:
fernerr
2020-10-19 15:30:35 +02:00
committed by GitHub
parent 9aedefb789
commit 3c91ad2011
3 changed files with 15 additions and 2 deletions
@@ -237,7 +237,7 @@ INITIALIZE_IMMEDIATE(/mob/living/carbon/human/dummy/mannequin)
src.set_id_info(ID)
ID.access = list(access_armory)
equip_to_slot_or_del(ID, slot_wear_id)
equip_to_slot_or_del(new /obj/item/clothing/under/rank/warden(src), slot_w_uniform)
equip_to_slot_or_del(new /obj/item/clothing/under/rank/warden/remote(src), slot_w_uniform)
equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(src), slot_shoes)
equip_to_slot_or_del(new /obj/item/device/radio/headset/headset_warden(src), slot_l_ear)