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-13 23:43:25 -08:00
committed by GitHub
parent 488f97fdeb
commit 7402020403
3 changed files with 12 additions and 1 deletions
@@ -433,6 +433,7 @@ var/global/list/robot_modules = list(
src.emag = new /obj/item/melee/baton/robot/arm(src)
src.modules += new /obj/item/geiger(src)
src.modules += new /obj/item/rcd/electric/mounted/borg(src)
src.modules += new /obj/item/pipe_dispenser(src)
src.modules += new /obj/item/pickaxe/plasmacutter(src)
src.modules += new /obj/item/gripper/no_use/loader(src)
@@ -971,6 +972,8 @@ var/global/list/robot_modules = list(
P.synths = list(plastic)
src.modules += P
src.modules += new /obj/item/pipe_dispenser(src) // At the end to go beside the construction's RCD.
/obj/item/robot_module/drone/construction
name = "construction drone module"
hide_on_manifest = TRUE