mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-08 07:08:30 +00:00
Merge pull request #2222 from Cyantime/bombzone
Adds a plasma research outpost.
This commit is contained in:
@@ -157,7 +157,8 @@
|
||||
|
||||
//Meters
|
||||
/obj/machinery/meter
|
||||
description_info = "Measures the volume and temperature of the pipe under the meter."
|
||||
description_info = "Measures the volume and temperature of the pipe under the meter.\
|
||||
Using a multitool on this will cycle through any other pipes on the same tile."
|
||||
|
||||
//Pipe dispensers
|
||||
/obj/machinery/pipedispenser
|
||||
|
||||
@@ -172,4 +172,11 @@
|
||||
id = "thermoregulator"
|
||||
req_tech = list(TECH_ENGINEERING = 4, TECH_POWER = 3)
|
||||
build_path = /obj/item/weapon/circuitboard/thermoregulator
|
||||
sort_string = "HABAF"
|
||||
sort_string = "HABAF"
|
||||
|
||||
/datum/design/circuit/bomb_tester
|
||||
name = "Explosive Effect Simulator"
|
||||
id = "bomb_tester"
|
||||
req_tech = list(TECH_PHORON = 3, TECH_DATA = 2, TECH_MAGNET = 2)
|
||||
build_path = /obj/item/weapon/circuitboard/bomb_tester
|
||||
sort_string = "HABAG"
|
||||
Reference in New Issue
Block a user