Merge pull request #1817 from kyrahabattoir/ItemNameFixingRound1

proper/improper/consistency name fixing (round1)
This commit is contained in:
Giacom
2013-11-20 03:46:28 -08:00
108 changed files with 353 additions and 348 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