diff --git a/code/modules/gear_presets/upp.dm b/code/modules/gear_presets/upp.dm index 208458de56..5f790d956a 100644 --- a/code/modules/gear_presets/upp.dm +++ b/code/modules/gear_presets/upp.dm @@ -637,7 +637,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/revolver, WEAR_WAIST) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/jacket, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lamp, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/weldpack, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large, WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/tank, WEAR_R_STORE) diff --git a/code/modules/gear_presets/uscm.dm b/code/modules/gear_presets/uscm.dm index c5a40438ba..c7d9590d90 100644 --- a/code/modules/gear_presets/uscm.dm +++ b/code/modules/gear_presets/uscm.dm @@ -3,7 +3,7 @@ faction = FACTION_MARINE faction_group = FACTION_LIST_MARINE languages = list(LANGUAGE_ENGLISH) - + idtype = /obj/item/card/id/dogtag utility_under = list(/obj/item/clothing/under/marine) utility_hat = list(/obj/item/clothing/head/cmcap) utility_gloves = list(/obj/item/clothing/gloves/marine)