mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 08:39:12 +01:00
@@ -14,3 +14,15 @@
|
||||
/obj/item/weapon/stock_parts/matter_bin = 2,
|
||||
/obj/item/weapon/stock_parts/manipulator = 2,
|
||||
/obj/item/weapon/stock_parts/console_screen = 1)
|
||||
|
||||
// Board for the algae oxygen generator in algae_generator.dm
|
||||
/obj/item/weapon/circuitboard/algae_farm
|
||||
name = T_BOARD("algae oxygen generator")
|
||||
build_path = /obj/machinery/atmospherics/binary/algae_farm
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_ENGINEERING = 3, TECH_BIO = 2)
|
||||
req_components = list(
|
||||
/obj/item/weapon/stock_parts/matter_bin = 2,
|
||||
/obj/item/weapon/stock_parts/manipulator = 1,
|
||||
/obj/item/weapon/stock_parts/capacitor = 1,
|
||||
/obj/item/weapon/stock_parts/console_screen = 1)
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
/obj/item/weapon/storage/box/survival/New()
|
||||
..()
|
||||
new /obj/item/clothing/mask/breath(src)
|
||||
new /obj/item/clothing/mask/gas(src) // VOREStation Edit - Tether
|
||||
new /obj/item/weapon/tank/emergency/oxygen(src)
|
||||
|
||||
//VS Edit
|
||||
|
||||
Reference in New Issue
Block a user