mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Curtain and Flap (De)construction (#7503)
This commit is contained in:
@@ -156,6 +156,19 @@
|
||||
new/datum/stack_recipe("yellow folder", /obj/item/folder/yellow), \
|
||||
))
|
||||
|
||||
/material/cloth/generate_recipes()
|
||||
..()
|
||||
recipes += new/datum/stack_recipe_list("curtains list",list( \
|
||||
new /datum/stack_recipe("white curtain", /obj/structure/curtain, 2, time = 10), \
|
||||
new /datum/stack_recipe("bed curtain", /obj/structure/curtain/open/bed, 2, time = 10), \
|
||||
new /datum/stack_recipe("black curtain", /obj/structure/curtain/black, 2, time = 10), \
|
||||
new /datum/stack_recipe("shower curtain", /obj/structure/curtain/open/shower, 2, time = 10), \
|
||||
new /datum/stack_recipe("orange shower curtain", /obj/structure/curtain/open/shower/engineering, 2, time = 10), \
|
||||
new /datum/stack_recipe("red shower curtain", /obj/structure/curtain/open/shower/security, 2, time = 10), \
|
||||
new /datum/stack_recipe("privacy curtain", /obj/structure/curtain/open/privacy, 2, time = 10), \
|
||||
|
||||
))
|
||||
|
||||
/material/hide/xeno/generate_recipes()
|
||||
..()
|
||||
recipes += new/datum/stack_recipe("alien helmet", /obj/item/clothing/head/xenos)
|
||||
|
||||
Reference in New Issue
Block a user