Skip to content

Commit

Permalink
Merge pull request #2564 from Superlagg/edge-case-loadout-unfucks
Browse files Browse the repository at this point in the history
Fixes a loadout runtime
  • Loading branch information
Tk420634 committed Jun 27, 2023
2 parents 0e171c4 + bddc915 commit 1f1e865
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_citadel/code/modules/client/loadout/uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@
path = /obj/item/clothing/under/f13/navy/officer
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JUMPSUITS

/datum/gear/uniform/usnavy
name = "US Navy jumpsuit"
path = /obj/item/clothing/under/f13/navy/officer
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JUMPSUITS

//CHINA

/datum/gear/uniform/chinese
Expand Down

0 comments on commit 1f1e865

Please sign in to comment.