Skip to content

Commit

Permalink
Add Expedition Uniform to loadout (#2670)
Browse files Browse the repository at this point in the history
* Update loadout_datum_under.dm

* Update loadout_datum_under.dm

* Update loadout_datum_under.dm
  • Loading branch information
Merek2 authored and StealsThePRs committed May 27, 2024
1 parent e40514d commit 8d132a7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,10 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
name = "Suspicious Utility Overalls Skirtleneck"
item_path = /obj/item/clothing/under/syndicate/nova/overalls/unarmoured/skirt

/datum/loadout_item/under/miscellaneous/expeditionary_corps
name = "Expeditionary Corps Uniform"
item_path = /obj/item/clothing/under/rank/expeditionary_corps

/datum/loadout_item/under/miscellaneous/tactical_pants
name = "Tactical Pants"
item_path = /obj/item/clothing/under/pants/tactical
Expand Down

0 comments on commit 8d132a7

Please sign in to comment.