mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Tweaks steel wool (#10629)
This commit is contained in:
@@ -378,11 +378,6 @@
|
||||
path = /obj/item/device/destTagger
|
||||
category = "General"
|
||||
|
||||
/datum/autolathe/recipe/steelwool
|
||||
name = "steel wool"
|
||||
path = /obj/item/steelwool
|
||||
category = "Tools"
|
||||
|
||||
/datum/autolathe/recipe/debugger
|
||||
name = "debugger"
|
||||
path = /obj/item/device/debugger
|
||||
|
||||
@@ -66,7 +66,8 @@
|
||||
new /datum/stack_recipe("key", /obj/item/key, 1, time = 10, one_per_turf = 0, on_floor = 1),
|
||||
new /datum/stack_recipe("custodial cart", /obj/structure/janitorialcart, BUILD_AMT, time = 120, one_per_turf = 1, on_floor = 1),
|
||||
new /datum/stack_recipe("closet", /obj/structure/closet, BUILD_AMT, time = 15, one_per_turf = 1, on_floor = 1),
|
||||
new /datum/stack_recipe("canister", /obj/machinery/portable_atmospherics/canister, 10, time = 15, one_per_turf = 1, on_floor = 1)
|
||||
new /datum/stack_recipe("canister", /obj/machinery/portable_atmospherics/canister, 10, time = 15, one_per_turf = 1, on_floor = 1),
|
||||
new /datum/stack_recipe("steel wool", /obj/item/steelwool, 1, time = 15, one_per_turf = 1, on_floor = 1)
|
||||
))
|
||||
|
||||
recipes += new /datum/stack_recipe_list("airlock assemblies",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Hocka
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Steel wool is now made from a steel sheet under the miscellaneous construction category. They are no longer made in autolathes."
|
||||
Reference in New Issue
Block a user