mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 19:39:53 +01:00
added hoodies from chomp
- added hoodies from chomp, added them to loadouts and clothing vendors too
This commit is contained in:
@@ -19,6 +19,36 @@
|
||||
path = /obj/item/clothing/suit/hooded/cloak/david
|
||||
cost = 3
|
||||
|
||||
/datum/gear/hoodie
|
||||
name = "Hoodie"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/hoodie
|
||||
cost = 1
|
||||
|
||||
/datum/gear/hoodiered
|
||||
name = "Red hoodie"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/hoodie/red
|
||||
cost = 1
|
||||
|
||||
/datum/gear/hoodieblue
|
||||
name = "Blue hoodie"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/hoodie/blue
|
||||
cost = 1
|
||||
|
||||
/datum/gear/hoodiegreen
|
||||
name = "Green hoodie"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/hoodie/green
|
||||
cost = 1
|
||||
|
||||
/datum/gear/hoodieblack
|
||||
name = "Black hoodie"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/hooded/hoodie/black
|
||||
cost = 1
|
||||
|
||||
/datum/gear/jacketbomber
|
||||
name = "Bomber jacket"
|
||||
category = SLOT_WEAR_SUIT
|
||||
|
||||
@@ -526,7 +526,7 @@
|
||||
cost = 1
|
||||
|
||||
|
||||
GS13
|
||||
//GS13
|
||||
/datum/gear/modular_greysuit
|
||||
name = "Modular Jumpsuit (gray)"
|
||||
category = SLOT_W_UNIFORM
|
||||
|
||||
Reference in New Issue
Block a user