mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Makes blast doors/shutters and blast door controllers buildable and deconstructible (#56486)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user