Skip to content

Commit

Permalink
Merge pull request #3554 from YourPalHolidays/alpha
Browse files Browse the repository at this point in the history
Marine Sergeant Hats
  • Loading branch information
BDpuffy420 authored May 4, 2024
2 parents 0aa7ad9 + 11a8d98 commit 8e932a2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions code/modules/halo/clothing/marine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,22 @@
icon_state = "helmet_b"
body_parts_covered = HEAD|EYES

/obj/item/clothing/head/helmet/marine/combatcap
name = "UNSC Combat Cap"
desc = "A standard issue combat cap worn by NCOs, Squad Leaders, or Sergeants of the UNSC Marine Corps."
icon = ITEM_INHAND
icon_override = MARINE_OVERRIDE
item_state = "Combat Cap"
icon_state = "combat-cap"
body_parts_covered = HEAD|EYES

/obj/item/clothing/head/helmet/marine/combatcap/brown
icon = ITEM_INHAND
icon_override = MARINE_OVERRIDE
item_state = "Combat Cap B"
icon_state = "combat-cap-b"
body_parts_covered = HEAD|EYES

/obj/item/clothing/suit/storage/marine
name = "Olive Camo M52A Body Armor"
desc = "An armored protective vest worn by the members of the UNSC Marine Corps."
Expand Down
Binary file modified code/modules/halo/clothing/marine.dmi
Binary file not shown.
Binary file modified code/modules/halo/clothing/marine_items.dmi
Binary file not shown.
3 changes: 3 additions & 0 deletions code/modules/halo/unsc/jobs/marines_outfits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,21 @@

/decl/hierarchy/outfit/job/unsc/marine/e5
name = "Marine Sergeant (e5)"
head = /obj/item/clothing/head/helmet/marine/combatcap
starting_accessories = list(\
/obj/item/clothing/accessory/rank/marine/enlisted/e5,\
/obj/item/clothing/accessory/badge/tags)

/decl/hierarchy/outfit/job/unsc/marine/e6
name = "Marine Staff Sergeant (e6)"
head = /obj/item/clothing/head/helmet/marine/combatcap
starting_accessories = list(\
/obj/item/clothing/accessory/rank/marine/enlisted/e6,\
/obj/item/clothing/accessory/badge/tags)

/decl/hierarchy/outfit/job/unsc/marine/e7
name = "Marine Gunnery Sergeant (e7)"
head = /obj/item/clothing/head/helmet/marine/combatcap/brown
starting_accessories = list(\
/obj/item/clothing/accessory/rank/marine/enlisted/e7,\
/obj/item/clothing/accessory/badge/tags)
Expand Down

0 comments on commit 8e932a2

Please sign in to comment.