mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 04:36:45 +01:00
Adds Skaven snout, ears and hat.
This commit is contained in:
@@ -97,3 +97,7 @@
|
||||
subcategory = LOADOUT_SUBCATEGORY_HEAD_JOBS
|
||||
restricted_roles = list("Clown")
|
||||
restricted_desc = "Clown"
|
||||
|
||||
/datum/gear/head/hoodcowl
|
||||
name = "Hood cowl"
|
||||
path= /obj/item/clothing/head/hoodcowl
|
||||
|
||||
@@ -123,3 +123,12 @@
|
||||
icon_state = "clussy_wig"
|
||||
item_state = "clussy_wig"
|
||||
flags_inv = HIDEHAIR
|
||||
|
||||
/obj/item/clothing/head/hoodcowl
|
||||
name = "Hood cowl"
|
||||
desc = "A dirty, worn-down rag with crudely cut-out eyeholes that barely qualifies as clothing."
|
||||
icon = 'modular_splurt/icons/obj/clothing/head.dmi'
|
||||
mob_overlay_icon = 'modular_splurt/icons/mob/clothing/head.dmi'
|
||||
icon_state = "hoodcowl"
|
||||
item_state = "hoodcowl"
|
||||
flags_inv = HIDEHAIR
|
||||
|
||||
@@ -122,6 +122,12 @@
|
||||
color_src = MUTCOLORS
|
||||
icon = 'modular_splurt/icons/mob/mam_ears.dmi'
|
||||
|
||||
/datum/sprite_accessory/ears/mam_ears/folded
|
||||
name = "Folded Back"
|
||||
icon_state = "foldedback"
|
||||
color_src = MUTCOLORS
|
||||
icon = 'modular_splurt/icons/mob/mam_ears.dmi'
|
||||
|
||||
/datum/sprite_accessory/ears/mam_ears/jackal
|
||||
name = "Jackal"
|
||||
icon_state = "jackal"
|
||||
|
||||
@@ -244,6 +244,12 @@
|
||||
icon_state = "slooglips"
|
||||
matrixed_sections = MATRIX_RED_GREEN
|
||||
|
||||
/datum/sprite_accessory/snouts/mam_snouts/rodent_thick
|
||||
name = "Rodent (Thick)"
|
||||
icon = 'modular_splurt/icons/mob/mam_snouts.dmi'
|
||||
icon_state = "rodentthick"
|
||||
matrixed_sections = MATRIX_RED_GREEN
|
||||
|
||||
/datum/sprite_accessory/snouts/mam_snouts/tajaran
|
||||
name = "Tajaran"
|
||||
icon = 'modular_splurt/icons/mob/mam_snouts.dmi'
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
var/list/extra_products = list(
|
||||
/obj/item/clothing/suit/assu_suit = 16,
|
||||
/obj/item/clothing/head/assu_helmet = 16,
|
||||
/obj/item/clothing/head/hoodcowl = 4,
|
||||
/obj/item/clothing/glasses/aviators = 10,
|
||||
/obj/item/clothing/glasses/sunglasses = 10,
|
||||
/obj/item/clothing/suit/toggle/rp_jacket = 3,
|
||||
|
||||
Reference in New Issue
Block a user