Adds Salmon Suit (#14419)

* Adds the Salmon SUIT

* fixed missing pixel
This commit is contained in:
Kugamo
2020-09-25 16:10:22 -04:00
committed by GitHub
parent 2e8c9775b6
commit 54bd26b470
6 changed files with 26 additions and 0 deletions
@@ -312,6 +312,22 @@
flags = BLOCKHAIR
flags_inv = HIDEEARS
/obj/item/clothing/suit/hooded/salmon_costume
name = "salmon suit"
desc = "A costume made from authentic salmon scales, it reeks!"
icon_state = "salmon"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
allowed = list(/obj/item/fish/salmon, /obj/item/fish_eggs/salmon)
hoodtype = /obj/item/clothing/head/hooded/salmon_hood
/obj/item/clothing/head/hooded/salmon_hood
name = "salmon hood"
desc = "A hood attached to a salmon suit."
icon_state = "salmon"
body_parts_covered = HEAD
flags = BLOCKHAIR
flags_inv = HIDEEARS
/obj/item/clothing/suit/hooded/bee_costume // It's Hip!
name = "bee costume"
desc = "Bee the true Queen!"
+10
View File
@@ -152,3 +152,13 @@
/obj/item/clothing/shoes/sandal = 1)
tools = list(TOOL_WIRECUTTER)
category = CAT_CLOTHING
/datum/crafting_recipe/salmonsuit
name = "Salmon Suit"
result = /obj/item/clothing/suit/hooded/salmon_costume
time = 60
reqs = list(/obj/item/fish/salmon = 20,
/obj/item/stack/tape_roll = 5)
tools = list(TOOL_WIRECUTTER)
pathtools = list(/obj/item/kitchen/knife)
category = CAT_CLOTHING