mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 05:39:04 +01:00
Remove alternate mech fabricator locks
This commit removes access requirements from the `maint` and `offstation` variants of the mech fabricator.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user