[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()