mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user