Merge pull request #2222 from Cyantime/bombzone

Adds a plasma research outpost.
This commit is contained in:
Spades
2017-09-29 18:13:10 -04:00
committed by GitHub
14 changed files with 1084 additions and 89 deletions

View File

@@ -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

View File

@@ -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"