mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
Adds 4 different flannel types
This commit is contained in:
@@ -24,6 +24,26 @@
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/jacket
|
||||
|
||||
/datum/gear/jacketflannelblack // all of these are reskins of bomber jackets but with the vibe to make you look like a true lumberjack
|
||||
name = "Black flannel jacket"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/jacket/flannel
|
||||
|
||||
/datum/gear/jacketflannelred
|
||||
name = "Red flannel jacket"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/jacket/flannel/red
|
||||
|
||||
/datum/gear/jacketflannelaqua
|
||||
name = "Aqua flannel jacket"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/jacket/flannel/aqua
|
||||
|
||||
/datum/gear/jacketflannelbrown
|
||||
name = "Brown flannel jacket"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/jacket/flannel/brown
|
||||
|
||||
/datum/gear/jacketleather
|
||||
name = "Leather jacket"
|
||||
category = SLOT_WEAR_SUIT
|
||||
@@ -233,4 +253,4 @@
|
||||
/datum/gear/fluffcoat
|
||||
name = "Winter labcoat"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/toggle/labcoat/formallab
|
||||
path = /obj/item/clothing/suit/toggle/labcoat/formallab
|
||||
|
||||
Reference in New Issue
Block a user