mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
adds pelts
ye
This commit is contained in:
@@ -18,4 +18,28 @@
|
||||
/datum/gear/head/detective_alt
|
||||
display_name = "cyberscope headgear, detective"
|
||||
path = /obj/item/clothing/head/helmet/detective_alt
|
||||
allowed_roles = list("Head of Security", "Detective")
|
||||
allowed_roles = list("Head of Security", "Detective")
|
||||
|
||||
/datum/gear/head/bearpelt
|
||||
display_name = "brown bear pelt"
|
||||
path = /obj/item/clothing/head/pelt
|
||||
|
||||
/datum/gear/head/wolfpelt
|
||||
display_name = "brown wolf pelt"
|
||||
path = /obj/item/clothing/head/pelt/wolfpelt
|
||||
|
||||
/datum/gear/head/wolfpeltblack
|
||||
display_name = "black wolf pelt"
|
||||
path = /obj/item/clothing/head/pelt/wolfpeltblack
|
||||
|
||||
/datum/gear/head/tigerpelt
|
||||
display_name = "shiny tiger pelt"
|
||||
path = /obj/item/clothing/head/pelt/tigerpelt
|
||||
|
||||
/datum/gear/head/tigerpeltsnow
|
||||
display_name = "snow tiger pelt"
|
||||
path = /obj/item/clothing/head/pelt/tigerpeltsnow
|
||||
|
||||
/datum/gear/head/tigerpeltpink
|
||||
display_name = "pink tiger pelt"
|
||||
path = /obj/item/clothing/head/pelt/tigerpeltpink
|
||||
@@ -46,4 +46,44 @@
|
||||
/obj/item/clothing/head/shiny_hood/closed/poly
|
||||
name = "polychromic closed shiny hood"
|
||||
icon_state = "hood_col_o"
|
||||
polychromic = TRUE
|
||||
polychromic = TRUE
|
||||
|
||||
/obj/item/clothing/head/pelt
|
||||
name = "Bear pelt"
|
||||
desc = "A luxurious bear pelt, good to keep warm in winter. Or to sleep through winter."
|
||||
icon = 'icons/obj/clothing/hats_vr.dmi'
|
||||
icon_override = 'icons/mob/head_vr.dmi'
|
||||
icon_state = "bearpelt_brown"
|
||||
item_state = "bearpelt_brown"
|
||||
|
||||
/obj/item/clothing/head/pelt/wolfpelt
|
||||
name = "Wolf pelt"
|
||||
desc = "A fuzzy wolf pelt, demanding respect as a hunter, well if it isn't synthetic or anything at least. Or bought."
|
||||
icon_override = 'icons/mob/wolfpelt_vr.dmi'
|
||||
icon_state = "wolfpelt_brown"
|
||||
item_state = "wolfpelt_brown"
|
||||
|
||||
/obj/item/clothing/head/pelt/wolfpeltblack
|
||||
name = "Wolf pelt"
|
||||
desc = "A fuzzy wolf pelt, demanding respect as a hunter, well if it isn't synthetic or anything at least. Or bought."
|
||||
icon_override = 'icons/mob/wolfpelt_vr.dmi'
|
||||
icon_state = "wolfpelt_gray"
|
||||
item_state = "wolfpelt_gray"
|
||||
|
||||
/obj/item/clothing/head/pelt/tigerpelt
|
||||
name = "Shiny tiger pelt"
|
||||
desc = "A vibrant tiger pelt, particularly fabulous."
|
||||
icon_state = "tigerpelt_shiny"
|
||||
item_state = "tigerpelt_shiny"
|
||||
|
||||
/obj/item/clothing/head/pelt/tigerpeltsnow
|
||||
name = "Snow tiger pelt"
|
||||
desc = "A pelt of a less vibrant tiger, but rather warm."
|
||||
icon_state = "tigerpelt_snow"
|
||||
item_state = "tigerpelt_snow"
|
||||
|
||||
/obj/item/clothing/head/pelt/tigerpeltpink
|
||||
name = "Pink tiger pelt"
|
||||
desc = "A particularly vibrant tiger pelt, for those who want to be the most fabulous at parties."
|
||||
icon_state = "tigerpelt_pink"
|
||||
item_state = "tigerpelt_pink"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user