mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-15 09:02:32 +01:00
Adds 3 new pieces of clothing
This commit is contained in:
@@ -12,4 +12,8 @@
|
||||
|
||||
/datum/gear/eyes/science_proper
|
||||
display_name = "science goggles (no overlay)"
|
||||
path = /obj/item/clothing/glasses/fluff/science_proper
|
||||
path = /obj/item/clothing/glasses/fluff/science_proper
|
||||
|
||||
datum/gear/eyes/flipgoggles
|
||||
display_name = "Flip Goggles"
|
||||
path = /obj/item/clothing/glasses/goggles/flip
|
||||
@@ -12,4 +12,10 @@
|
||||
|
||||
/datum/gear/shoes/siren
|
||||
display_name = "boots, Siren"
|
||||
path = /obj/item/clothing/shoes/boots/fluff/siren
|
||||
path = /obj/item/clothing/shoes/boots/fluff/siren
|
||||
|
||||
/datum/gear/shoes/tall
|
||||
display_name = "tall jackboots"
|
||||
path = /obj/item/clothing/shoes/boots/jackboots/tall
|
||||
slot = slot_shoes
|
||||
sort_category = "Shoes and Footwear"
|
||||
@@ -20,4 +20,8 @@
|
||||
|
||||
/datum/gear/suit/gntop
|
||||
display_name = "GN crop jacket"
|
||||
path = /obj/item/clothing/suit/storage/fluff/gntop
|
||||
path = /obj/item/clothing/suit/storage/fluff/gntop
|
||||
|
||||
/datum/gear/suit/denim_vest/black
|
||||
display_name = "black denim vest"
|
||||
path = /obj/item/clothing/suit/storage/toggle/denim_jacket/sleeveless/black
|
||||
Reference in New Issue
Block a user