Round Two

This commit is contained in:
Shadow
2020-01-11 11:53:07 -06:00
parent 6088899908
commit 46d7ca5d31
15 changed files with 21 additions and 6 deletions
@@ -20,7 +20,7 @@ Thus, the two variables affect pump operation are set in New():
level = 1
name = "gas pump"
desc = "A pump"
desc = "A pump that moves gas from one place to another."
var/target_pressure = ONE_ATMOSPHERE
@@ -6,7 +6,7 @@
level = 1
name = "high power gas pump"
desc = "A pump. Has double the power rating of the standard gas pump."
desc = "A pump that moves gas from one place to another. Has double the power rating of the standard gas pump."
power_rating = 15000 //15000 W ~ 20 HP
@@ -3,6 +3,7 @@
//--------------------------------------------
/obj/machinery/atmospherics/omni/atmos_filter
name = "omni gas filter"
desc = "An advanced version of the gas filter, able to be configured for filtering of multiple gasses."
icon_state = "map_filter"
pipe_state = "omni_filter"
@@ -7,6 +7,7 @@
level = 1
name = "Gas filter"
desc = "Filters one type of gas from an input, and pushes it out the side."
use_power = 1
idle_power_usage = 150 //internal circuitry, friction losses and stuff
+1
View File
@@ -140,6 +140,7 @@
// Heat Exchange Junction - Interfaces HE pipes to normal pipes
//
/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction
desc = "An adaptor to transfer gasses between regular pipes and heat transferring ones. It doesn't conduct heat all that well."
icon = 'icons/atmos/junction.dmi'
icon_state = "intact"
pipe_icon = "hejunction"