Skip to content

Commit

Permalink
Update suit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaggachi committed Jul 19, 2023
1 parent 0ed3000 commit 7ba7f0c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions modular_citadel/code/modules/client/loadout/suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,25 @@
path = /obj/item/clothing/suit/toggle/labcoat/detvest
subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS

//Soviet Gear

/datum/gear/suit/russianjacket
name = "Russian Officer Jacket"
path = /obj/item/clothing/suit/armor/outfit/jacket/navyblue/russian
subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS
cost = 1

/datum/gear/suit/sovietjacket
name = "Soviet Officer Jacket"
path = obj/item/clothing/suit/armor/light/duster/russian_coat

Check failure on line 1154 in modular_citadel/code/modules/client/loadout/suit.dm

View workflow job for this annotation

GitHub Actions / Run Linters

unknown variable: obj
subcategory = LOADOUT_SUBCATEGORY_SUIT_ARMOR
cost = 2

/datum/gear/suit/sovietlightvest
name = "Soviet Vest"
path = /obj/item/clothing/suit/armor/light/vest/russian
subcategory = LOADOUT_SUBCATEGORY_SUIT_ARMOR
cost = 2

// BEGIN_INTERNALS
// END_INTERNALS
Expand Down

0 comments on commit 7ba7f0c

Please sign in to comment.