Skip to content

Commit

Permalink
Update uniform.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaggachi committed Jul 19, 2023
1 parent 512ef3c commit 0ed3000
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modular_citadel/code/modules/client/loadout/uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2854,4 +2854,17 @@
path = /obj/item/clothing/under/greek_dress
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES

// Soviet Uniforms

/datum/gear/uniform/sovietuniform
name = "Soviet Uniform"
cost = 0
path = /obj/item/clothing/under/costume/soviet
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS

/datum/gear/uniform/russianuniform
name = "Russian Officers Uniform"
cost = 0
path = obj/item/clothing/under/costume/russian_officer
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS

0 comments on commit 0ed3000

Please sign in to comment.