mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-21 05:02:40 +01:00
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:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user