More snowflake items - Boxta (#17777)
* all non spritework * Quirky first hat * mmm sprites
@@ -367,3 +367,8 @@
|
||||
icon_state = "flowerwizhat"
|
||||
item_state = "flowerwizhat"
|
||||
|
||||
/obj/item/clothing/head/fedora/gtrim_fedora
|
||||
name = "Gold trimmed Fedora"
|
||||
desc = "A Unique variation of the classic fedora. Now with 'Waterproofing' for when buisness gets messy."
|
||||
icon_state = "gtrim_fedora"
|
||||
item_state = "gtrim_fedora"
|
||||
|
||||
@@ -331,3 +331,16 @@
|
||||
name = "ornate mantle"
|
||||
desc = "An ornate mantle commonly worn by a shaman or chieftain."
|
||||
icon_state = "tribal-mantle"
|
||||
|
||||
|
||||
///////////
|
||||
// OTHER //
|
||||
///////////
|
||||
|
||||
/obj/item/clothing/neck/falcon
|
||||
name = "Faclonry pauldron"
|
||||
desc = "A thick leather pad for a falcon to rest one. This one comes with a fake bird, free of charge."
|
||||
icon = 'icons/obj/clothing/neck.dmi'
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
icon_state = "falcon"
|
||||
item_state = "falcon"
|
||||
|
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 256 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.1 KiB |
@@ -185,6 +185,15 @@
|
||||
attack_verb = list("nibbles", "splats")
|
||||
squeak_override = list('sound/effects/axolotl.ogg' = 1)
|
||||
|
||||
/obj/item/storage/box/boxta
|
||||
name = "Inmate belongings box"
|
||||
desc = "A criminals' belongings, returned upon their release. Just stop killing people."
|
||||
|
||||
/obj/item/storage/box/boxta/PopulateContents()
|
||||
. = ..()
|
||||
new /obj/item/clothing/neck/falcon(src)
|
||||
new /obj/item/clothing/head/fedora/gtrim_fedora(src)
|
||||
|
||||
/obj/item/bedsheets/pridebedsheet/cark
|
||||
name = "Pride Bedsheet"
|
||||
desc = "A very prideful queen size bedsheet. How you are carrying all that weight is beyond me though."
|
||||
|
||||
@@ -144,6 +144,13 @@ Uncomment this and use atomproccall as necessary, then copypaste the output into
|
||||
ckey = "dukeofsoleil"
|
||||
unlock_path = /obj/item/clothing/head/Floralwizhat
|
||||
|
||||
|
||||
/datum/donator_gear/boxta
|
||||
name = "Gold Trimmed Fedora & Falcon"
|
||||
ckey = "boxta"
|
||||
unlock_path = /obj/item/storage/box/boxta
|
||||
|
||||
///Generic donator hats, ckey agnostic.
|
||||
/datum/donator_gear/beanie
|
||||
name = "Beanie"
|
||||
unlock_path = /obj/item/clothing/head/yogs/beanie
|
||||
|
||||