Makes blast doors/shutters and blast door controllers buildable and deconstructible (#56486)

This commit is contained in:
HugoOdaX
2021-01-31 12:53:00 -08:00
committed by GitHub
parent 450c0c70a7
commit 4e2ffd1338
5 changed files with 86 additions and 0 deletions
@@ -1077,6 +1077,28 @@
)
category = CAT_MISC
/datum/crafting_recipe/shutters
name = "Shutters"
reqs = list(/obj/item/stack/sheet/plasteel = 10,
/obj/item/stack/cable_coil = 10,
/obj/item/electronics/airlock = 1
)
result = /obj/machinery/door/poddoor/shutters/preopen
tools = list(TOOL_SCREWDRIVER, TOOL_MULTITOOL, TOOL_WIRECUTTER, TOOL_WELDER)
time = 15 SECONDS
category = CAT_MISC
/datum/crafting_recipe/blast_doors
name = "Blast Door"
reqs = list(/obj/item/stack/sheet/plasteel = 15,
/obj/item/stack/cable_coil = 15,
/obj/item/electronics/airlock = 1
)
result = /obj/machinery/door/poddoor/preopen
tools = list(TOOL_SCREWDRIVER, TOOL_MULTITOOL, TOOL_WIRECUTTER, TOOL_WELDER)
time = 30 SECONDS
category = CAT_MISC
/datum/crafting_recipe/aquarium
name = "Aquarium"
result = /obj/structure/aquarium