Reagent Hoses

This commit is contained in:
Mechoid
2020-08-20 21:24:06 -04:00
committed by VirgoBot
parent c600245864
commit 496322f4f1
22 changed files with 871 additions and 7 deletions
@@ -0,0 +1,14 @@
#ifndef T_BOARD
#error T_BOARD macro is not defined but we need it!
#endif
/obj/item/weapon/circuitboard/fluidpump
name = T_BOARD("fluid pump")
build_path = /obj/machinery/pump
board_type = new /datum/frame/frame_types/machine
origin_tech = list(TECH_DATA = 1)
req_components = list(
/obj/item/weapon/stock_parts/matter_bin = 2,
/obj/item/weapon/stock_parts/motor = 2,
/obj/item/weapon/stock_parts/manipulator = 1)