[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>
This commit is contained in:
SkyratBot
2021-11-16 11:14:02 -05:00
committed by GitHub
co-authored by Krysonism
parent af127f47b1
commit 902f2ae0ef
7 changed files with 13 additions and 0 deletions
@@ -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()
+5
View File
@@ -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"
+6
View File
@@ -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"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB