mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
@@ -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!"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user