Buildable Fuel Ports (#18922)

Fuel ports can now be constructed out of steel and attached to walls.
This means that a shuttle losing its fuel port will no longer require
admin intervention to fix.

Fuel ports can also be now be removed from shuttles by welding and
wrenching them.
This commit is contained in:
RustingWithYou
2024-04-14 06:54:21 +00:00
committed by GitHub
parent ca52097b36
commit effca26701
3 changed files with 188 additions and 4 deletions
+2 -1
View File
@@ -64,7 +64,8 @@
new /datum/stack_recipe("spotlight fixture frame", /obj/item/frame/light/spot, 3),
new /datum/stack_recipe("apc frame", /obj/item/frame/apc, 2),
new /datum/stack_recipe("air alarm frame", /obj/item/frame/air_alarm, 2),
new /datum/stack_recipe("fire alarm frame", /obj/item/frame/fire_alarm, 2)
new /datum/stack_recipe("fire alarm frame", /obj/item/frame/fire_alarm, 2),
new /datum/stack_recipe("fuel port", /obj/item/fuel_port, 2, time = 2 SECONDS)
))
recipes += new /datum/stack_recipe_list("miscellaneous construction",