From f4f3528fc5fde512a5b63f8396d2617b7d97c525 Mon Sep 17 00:00:00 2001 From: AmoryBlaine Date: Tue, 17 Sep 2024 00:29:57 -0400 Subject: [PATCH] prisoner --- code/modules/gear_presets/upp.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/gear_presets/upp.dm b/code/modules/gear_presets/upp.dm index b2c7503dc5..b37280050b 100644 --- a/code/modules/gear_presets/upp.dm +++ b/code/modules/gear_presets/upp.dm @@ -1082,7 +1082,5 @@ /datum/equipment_preset/upp/operations/load_gear(mob/living/carbon/human/new_human) new_human.undershirt = "undershirt" - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/prison_boiler(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET)