From 36c8bbb024aa852afe9048b338acd491520ff13f Mon Sep 17 00:00:00 2001 From: Darius <5933805+LeDrascol@users.noreply.github.com> Date: Thu, 9 Mar 2023 20:57:47 -0500 Subject: [PATCH] Remove alternate mech fabricator locks This commit removes access requirements from the `maint` and `offstation` variants of the mech fabricator. --- modular_sand/code/modules/vehicles/mecha/mech_fabricator.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modular_sand/code/modules/vehicles/mecha/mech_fabricator.dm b/modular_sand/code/modules/vehicles/mecha/mech_fabricator.dm index 3a42a2477d..d252de855c 100644 --- a/modular_sand/code/modules/vehicles/mecha/mech_fabricator.dm +++ b/modular_sand/code/modules/vehicles/mecha/mech_fabricator.dm @@ -1,3 +1,9 @@ +/obj/machinery/mecha_part_fabricator/maint + req_access = null + +/obj/machinery/mecha_part_fabricator/offstation + req_access = null + /obj/machinery/mecha_part_fabricator/ui_interact(mob/user, datum/tgui/ui) // Check if user can use machine if(!user.can_use_production(src))