[MIRROR] Da carpskin tailoring expansion: New luxurious carpskin suit and fedora. [MDB IGNORE] (#9490)
* carpswag (#62811) expansion: Carpskin suits and fedoras can now be crafted using carp scales. * Da carpskin tailoring expansion: New luxurious carpskin suit and fedora. Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com>
@@ -295,6 +295,8 @@ GLOBAL_LIST_INIT(carp_recipes, list ( \
|
||||
new/datum/stack_recipe("carp costume", /obj/item/clothing/suit/hooded/carp_costume, 4), \
|
||||
new/datum/stack_recipe("carp mask", /obj/item/clothing/mask/gas/carp, 1), \
|
||||
new/datum/stack_recipe("carpskin chair", /obj/structure/chair/comfy/carp, 2), \
|
||||
new/datum/stack_recipe("carpskin suit", /obj/item/clothing/under/suit/carpskin, 3), \
|
||||
new/datum/stack_recipe("carpskin fedora", /obj/item/clothing/head/fedora/carpskin, 2), \
|
||||
))
|
||||
|
||||
/obj/item/stack/sheet/animalhide/carp/get_main_recipes()
|
||||
|
||||
@@ -24,3 +24,8 @@
|
||||
sleep(10)
|
||||
H.facial_hairstyle = "Neckbeard"
|
||||
return(BRUTELOSS)
|
||||
|
||||
/obj/item/clothing/head/fedora/carpskin
|
||||
name = "carpskin fedora"
|
||||
icon_state = "fedora_carpskin"
|
||||
inhand_icon_state = "fedora_carpskin"
|
||||
|
||||
@@ -145,3 +145,9 @@
|
||||
desc = "A formal black tuxedo. It exudes classiness."
|
||||
icon_state = "tuxedo"
|
||||
inhand_icon_state = "tuxedo"
|
||||
|
||||
/obj/item/clothing/under/suit/carpskin
|
||||
name = "carpskin suit"
|
||||
desc = "An luxurious suit made with only the finest scales, perfect for conducting dodgy business deals."
|
||||
icon_state = "carpskin_suit"
|
||||
inhand_icon_state = "carpskin_suit"
|
||||
|
||||
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 197 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 8.1 KiB |