Skip to content

Commit

Permalink
Merge pull request cmss13-devs#27 from chaos-creations/campaign
Browse files Browse the repository at this point in the history
poncho in loadout
  • Loading branch information
VoiceInYourHead authored Aug 15, 2024
2 parents 11ff056 + 89a6bcc commit e9df5e5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1113,3 +1113,28 @@ var/global/list/gear_datums_by_name = list()
display_name = "M67 flak jacket"
path = /obj/item/clothing/accessory/flak
cost = 3

/datum/gear/misc/green_poncho
display_name = "Green Poncho"
path = /obj/item/clothing/accessory/poncho/green
cost = 3

/datum/gear/misc/brown_poncho
display_name = "Brown Poncho"
path = /obj/item/clothing/accessory/poncho/brown
cost = 3

/datum/gear/misc/black_poncho
display_name = "Black Poncho"
path = /obj/item/clothing/accessory/poncho/black
cost = 3

/datum/gear/misc/blue_poncho
display_name = "Blue Poncho"
path = /obj/item/clothing/accessory/poncho/blue
cost = 3

/datum/gear/misc/purple_poncho
display_name = "Purple Poncho"
path = /obj/item/clothing/accessory/poncho/purple
cost = 3

0 comments on commit e9df5e5

Please sign in to comment.