Fixes Exploration Vendor Bugs

*lynx noises*
This commit is contained in:
Unknown
2019-08-21 19:46:31 -04:00
parent 0069b9d980
commit 2d6445f31f
2 changed files with 12 additions and 3 deletions
@@ -10,3 +10,12 @@
req_components = list(
/obj/item/weapon/stock_parts/console_screen = 1,
/obj/item/weapon/stock_parts/matter_bin = 3)
/obj/item/weapon/circuitboard/exploration_equipment_vendor
name = T_BOARD("Exploration Equipment Vendor")
board_type = new /datum/frame/frame_types/machine
build_path = /obj/machinery/mineral/equipment_vendor/survey
origin_tech = list(TECH_DATA = 1, TECH_ENGINEERING = 2)
req_components = list(
/obj/item/weapon/stock_parts/console_screen = 1,
/obj/item/weapon/stock_parts/matter_bin = 3)