From ed383cb502737aae64241469597a617b72ca7572 Mon Sep 17 00:00:00 2001 From: Misttyy <112246304+Misttyy@users.noreply.github.com> Date: Wed, 26 Jul 2023 01:36:22 -0700 Subject: [PATCH] new logistics --- code/modules/gear_presets/uscm_ship.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/gear_presets/uscm_ship.dm b/code/modules/gear_presets/uscm_ship.dm index a052f320a514..2d5feb71c6e3 100644 --- a/code/modules/gear_presets/uscm_ship.dm +++ b/code/modules/gear_presets/uscm_ship.dm @@ -544,13 +544,13 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret/cm/tan(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/mcom/cdrcom(new_human), WEAR_L_EAR) //uniform - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/dress(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/bridge(new_human), WEAR_BODY) //gun new_human.equip_to_slot_or_del(new sidearmpath(new_human), WEAR_WAIST) if(kit) new_human.equip_to_slot_or_del(new kit(new_human), WEAR_IN_BACK) //limbs - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/dress(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/black(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/dress(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range/designator(new_human), WEAR_L_HAND) //pockets