Removes the access restriction on fuel tanks from ops (#23047)

Now with fuel tanks being persistent and
https://github.com/Aurorastation/Aurora.3/pull/23027 making the welding
packs start empty, machinists need a way to get welding fuel. As the
fuel tanks from ops are locked to engineering, it is creating a barrier
for them to get it. Hence the removal of the access restriction.
This commit is contained in:
Casper3667
2026-08-16 16:12:56 +00:00
committed by GitHub
parent 56bb42ac7c
commit 9d859a0000
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -425,7 +425,7 @@
items = list(
/obj/structure/reagent_dispensers/fueltank
)
access = ACCESS_ENGINE
access = 0
container_type = "box"
groupable = TRUE
spawn_amount = 1
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- rscadd: "The fuel tank from the cargo ordering program is no longer access restricted."