mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Iron crates instead of plasteel crates (#13619)
Makes crates constructable from iron instead of plasteel. Who the fuck thought this was a good idea?
This commit is contained in:
@@ -131,6 +131,7 @@ var/list/datum/stack_recipe/metal_recipes = list (
|
||||
new/datum/stack_recipe("table parts", /obj/item/weapon/table_parts, 2 ),
|
||||
new/datum/stack_recipe("rack parts", /obj/item/weapon/rack_parts ),
|
||||
new/datum/stack_recipe("closet", /obj/structure/closet, 2, one_per_turf = 1, time = 15 ),
|
||||
new/datum/stack_recipe("Metal crate", /obj/structure/closet/crate, 2, time = 15),
|
||||
null,
|
||||
new/datum/stack_recipe_list("airlock assemblies", list(
|
||||
new/datum/stack_recipe("standard airlock assembly", /obj/structure/door_assembly, 4, time = 50, one_per_turf = 1, on_floor = 1),
|
||||
@@ -184,7 +185,6 @@ var/list/datum/stack_recipe/metal_recipes = list (
|
||||
======================================================================== */
|
||||
var/list/datum/stack_recipe/plasteel_recipes = list (
|
||||
new/datum/stack_recipe("AI core", /obj/structure/AIcore, 4, time = 50, one_per_turf = 1 ),
|
||||
new/datum/stack_recipe("Metal crate", /obj/structure/closet/crate, 10, time = 50, one_per_turf = 1 ),
|
||||
new/datum/stack_recipe("Cage", /obj/structure/cage, 6, time = 100, one_per_turf = 1 ),
|
||||
new/datum/stack_recipe("RUST fuel assembly port frame", /obj/item/mounted/frame/rust_fuel_assembly_port, 12, time = 50, one_per_turf = 1 ),
|
||||
new/datum/stack_recipe("RUST fuel compressor frame", /obj/item/mounted/frame/rust_fuel_compressor, 12, time = 50, one_per_turf = 1 ),
|
||||
@@ -247,4 +247,4 @@ var/list/datum/stack_recipe/cardboard_recipes = list (
|
||||
======================================================================== */
|
||||
var/list/datum/stack_recipe/leather_recipes = list (
|
||||
new/datum/stack_recipe("Bullwhip", /obj/item/weapon/bullwhip, 10, time = 100,),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user