/code/ATMOSPHERICS/* lowercasing pass.

This commit is contained in:
Kyrah Abattoir
2013-11-18 01:36:36 +01:00
parent 7b168179b0
commit 301c5be5f5
16 changed files with 27 additions and 27 deletions
@@ -5,13 +5,13 @@
//node2 is output port
//node1 is input port
name = "Dual Port Air Vent"
name = "dual-port air vent"
desc = "Has a valve and pump attached to it. There are two ports."
level = 1
high_volume
name = "Large Dual Port Air Vent"
name = "large dual-port air vent"
New()
..()
@@ -4,7 +4,7 @@ obj/machinery/atmospherics/binary/passive_gate
icon = 'icons/obj/atmospherics/passive_gate.dmi'
icon_state = "intact_off"
name = "Passive gate"
name = "passive gate"
desc = "A one-way air valve that does not require power"
can_unwrench = 1
@@ -16,7 +16,7 @@ obj/machinery/atmospherics/binary/pump
icon = 'icons/obj/atmospherics/pump.dmi'
icon_state = "intact_off"
name = "Gas pump"
name = "gas pump"
desc = "A pump"
can_unwrench = 1
@@ -16,7 +16,7 @@ obj/machinery/atmospherics/binary/volume_pump
icon = 'icons/obj/atmospherics/volume_pump.dmi'
icon_state = "intact_off"
name = "Volumetric gas pump"
name = "volumetric gas pump"
desc = "A volumetric pump"
can_unwrench = 1