Skip to content

Commit

Permalink
Dogtags returned
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 19, 2024
1 parent cc0f566 commit aa79a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/gear_presets/uscm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa79a49

Please sign in to comment.