mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user