Skip to content

Commit

Permalink
Update loadout_suit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AmShegars authored Nov 11, 2023
1 parent a8f51b3 commit 5c4ce59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/sierra/loadout/loadout_suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
var/crop_sweater_selection_type = list()
crop_sweater_selection_type["black crop sweater with red stripes"] = /obj/item/clothing/suit/crop_sweater/black_with_red
crop_sweater_selection_type["black crop sweater with yellow stripes"] = /obj/item/clothing/suit/crop_sweater/black_with_yellow
crop_sweater_selection_type["white crop sweater with blue stripes"] = /obj/item/clothing/suit/crop_sweater/white_with_blue
crop_sweater_selection_type["white crop sweater with white stripes"] = /obj/item/clothing/suit/crop_sweater/white_with_blue
gear_tweaks += new/datum/gear_tweak/path(crop_sweater_selection_type)
/datum/gear/suit/crystaljock
display_name = "crystaljock bobmer"
Expand Down

0 comments on commit 5c4ce59

Please sign in to comment.