Finally allows RPD to be used. (#9028)

* Adds RPD to borgs and drones.

* Adds RPD to cargo.

* Fix oversight of Recipe being kept null.

* Example.
This commit is contained in:
Mechoid
2023-03-14 00:43:25 -07:00
committed by GitHub
parent 488f97fdeb
commit 7402020403
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
/obj/item/pipe_dispenser/proc/SetupPipes()
if(!first_atmos)
first_atmos = GLOB.atmos_pipe_recipes[GLOB.atmos_pipe_recipes[1]][1]
recipe = first_atmos
recipe = first_atmos
if(!first_disposal)
first_disposal = GLOB.disposal_pipe_recipes[GLOB.disposal_pipe_recipes[1]][1]