From 301c5be5f58f2a6bf56e455654fea10dbc687f32 Mon Sep 17 00:00:00 2001 From: Kyrah Abattoir Date: Mon, 18 Nov 2013 01:36:36 +0100 Subject: [PATCH] /code/ATMOSPHERICS/* lowercasing pass. --- .../components/binary_devices/dp_vent_pump.dm | 4 ++-- .../components/binary_devices/passive_gate.dm | 2 +- .../components/binary_devices/pump.dm | 2 +- .../components/binary_devices/volume_pump.dm | 2 +- .../components/portables_connector.dm | 2 +- .../components/trinary_devices/filter.dm | 2 +- .../components/trinary_devices/mixer.dm | 2 +- code/ATMOSPHERICS/components/unary/cold_sink.dm | 2 +- .../components/unary/generator_input.dm | 2 +- .../components/unary/heat_exchanger.dm | 2 +- .../ATMOSPHERICS/components/unary/heat_source.dm | 2 +- .../components/unary/outlet_injector.dm | 2 +- .../components/unary/oxygen_generator.dm | 2 +- code/ATMOSPHERICS/components/unary/vent_pump.dm | 6 +++--- .../components/unary/vent_scrubber.dm | 4 ++-- code/ATMOSPHERICS/pipes.dm | 16 ++++++++-------- 16 files changed, 27 insertions(+), 27 deletions(-) diff --git a/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm b/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm index 547711c9c17..b761ad7150f 100644 --- a/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm +++ b/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm @@ -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() ..() diff --git a/code/ATMOSPHERICS/components/binary_devices/passive_gate.dm b/code/ATMOSPHERICS/components/binary_devices/passive_gate.dm index 8944d905d7d..9441b78e48d 100644 --- a/code/ATMOSPHERICS/components/binary_devices/passive_gate.dm +++ b/code/ATMOSPHERICS/components/binary_devices/passive_gate.dm @@ -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 diff --git a/code/ATMOSPHERICS/components/binary_devices/pump.dm b/code/ATMOSPHERICS/components/binary_devices/pump.dm index 3efaa3797af..025cfded082 100644 --- a/code/ATMOSPHERICS/components/binary_devices/pump.dm +++ b/code/ATMOSPHERICS/components/binary_devices/pump.dm @@ -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 diff --git a/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm b/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm index 9c2f4ce795b..049c3360362 100644 --- a/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm +++ b/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm @@ -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 diff --git a/code/ATMOSPHERICS/components/portables_connector.dm b/code/ATMOSPHERICS/components/portables_connector.dm index 60a42eccf92..93e3e9435f7 100644 --- a/code/ATMOSPHERICS/components/portables_connector.dm +++ b/code/ATMOSPHERICS/components/portables_connector.dm @@ -2,7 +2,7 @@ icon = 'icons/obj/atmospherics/portables_connector.dmi' icon_state = "intact" - name = "Connector Port" + name = "connector port" desc = "For connecting portables devices related to atmospherics control." dir = SOUTH diff --git a/code/ATMOSPHERICS/components/trinary_devices/filter.dm b/code/ATMOSPHERICS/components/trinary_devices/filter.dm index d401503fb0f..31ffc3bfcd1 100644 --- a/code/ATMOSPHERICS/components/trinary_devices/filter.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/filter.dm @@ -3,7 +3,7 @@ obj/machinery/atmospherics/trinary/filter icon_state = "intact_off" density = 1 - name = "Gas filter" + name = "gas filter" req_access = list(access_atmospherics) diff --git a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm index 34c5bd18a29..279d736f0ff 100644 --- a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm @@ -3,7 +3,7 @@ obj/machinery/atmospherics/trinary/mixer icon_state = "intact_off" density = 1 - name = "Gas mixer" + name = "gas mixer" req_access = list(access_atmospherics) diff --git a/code/ATMOSPHERICS/components/unary/cold_sink.dm b/code/ATMOSPHERICS/components/unary/cold_sink.dm index ef1d5f60bea..b3632c84a16 100644 --- a/code/ATMOSPHERICS/components/unary/cold_sink.dm +++ b/code/ATMOSPHERICS/components/unary/cold_sink.dm @@ -4,7 +4,7 @@ density = 1 use_power = 1 - name = "Cold Sink" + name = "cold sink" desc = "Cools gas when connected to pipe network" var/on = 0 diff --git a/code/ATMOSPHERICS/components/unary/generator_input.dm b/code/ATMOSPHERICS/components/unary/generator_input.dm index 2b31097dc41..97714f1f6e3 100644 --- a/code/ATMOSPHERICS/components/unary/generator_input.dm +++ b/code/ATMOSPHERICS/components/unary/generator_input.dm @@ -3,7 +3,7 @@ icon_state = "intact" density = 1 - name = "Generator Input" + name = "generator input" desc = "Placeholder" var/update_cycle diff --git a/code/ATMOSPHERICS/components/unary/heat_exchanger.dm b/code/ATMOSPHERICS/components/unary/heat_exchanger.dm index a278167b830..017afeaf7e9 100644 --- a/code/ATMOSPHERICS/components/unary/heat_exchanger.dm +++ b/code/ATMOSPHERICS/components/unary/heat_exchanger.dm @@ -4,7 +4,7 @@ icon_state = "intact" density = 1 - name = "Heat Exchanger" + name = "heat exchanger" desc = "Exchanges heat between two input gases. Setup for fast heat transfer" can_unwrench = 1 diff --git a/code/ATMOSPHERICS/components/unary/heat_source.dm b/code/ATMOSPHERICS/components/unary/heat_source.dm index 01438c32d99..a19503b7b61 100644 --- a/code/ATMOSPHERICS/components/unary/heat_source.dm +++ b/code/ATMOSPHERICS/components/unary/heat_source.dm @@ -6,7 +6,7 @@ density = 1 use_power = 1 - name = "Heat Reservoir" + name = "heat reservoir" desc = "Heats gas when connected to pipe network" var/on = 0 diff --git a/code/ATMOSPHERICS/components/unary/outlet_injector.dm b/code/ATMOSPHERICS/components/unary/outlet_injector.dm index 5ba60b66ca9..3a668a1dd0b 100644 --- a/code/ATMOSPHERICS/components/unary/outlet_injector.dm +++ b/code/ATMOSPHERICS/components/unary/outlet_injector.dm @@ -3,7 +3,7 @@ icon_state = "off" use_power = 1 - name = "Air Injector" + name = "air injector" desc = "Has a valve and pump attached to it" var/on = 0 diff --git a/code/ATMOSPHERICS/components/unary/oxygen_generator.dm b/code/ATMOSPHERICS/components/unary/oxygen_generator.dm index 9a58be7c302..f87b9982ce0 100644 --- a/code/ATMOSPHERICS/components/unary/oxygen_generator.dm +++ b/code/ATMOSPHERICS/components/unary/oxygen_generator.dm @@ -3,7 +3,7 @@ obj/machinery/atmospherics/unary/oxygen_generator icon_state = "intact_off" density = 1 - name = "Oxygen Generator" + name = "oxygen generator" desc = "" dir = SOUTH diff --git a/code/ATMOSPHERICS/components/unary/vent_pump.dm b/code/ATMOSPHERICS/components/unary/vent_pump.dm index e1dd0a1f619..8af45a38ba4 100644 --- a/code/ATMOSPHERICS/components/unary/vent_pump.dm +++ b/code/ATMOSPHERICS/components/unary/vent_pump.dm @@ -2,7 +2,7 @@ icon = 'icons/obj/atmospherics/vent_pump.dmi' icon_state = "off" - name = "Air Vent" + name = "air vent" desc = "Has a valve and pump attached to it" use_power = 1 @@ -58,7 +58,7 @@ src.broadcast_status() high_volume - name = "Large Air Vent" + name = "large air vent" power_channel = EQUIP New() ..() @@ -168,7 +168,7 @@ ) if(!initial_loc.air_vent_names[id_tag]) - var/new_name = "[initial_loc.name] Vent Pump #[initial_loc.air_vent_names.len+1]" + var/new_name = "\improper [initial_loc.name] vent pump #[initial_loc.air_vent_names.len+1]" initial_loc.air_vent_names[id_tag] = new_name src.name = new_name initial_loc.air_vent_info[id_tag] = signal.data diff --git a/code/ATMOSPHERICS/components/unary/vent_scrubber.dm b/code/ATMOSPHERICS/components/unary/vent_scrubber.dm index 26aa0c3d9ba..2ee546a8de3 100644 --- a/code/ATMOSPHERICS/components/unary/vent_scrubber.dm +++ b/code/ATMOSPHERICS/components/unary/vent_scrubber.dm @@ -2,7 +2,7 @@ icon = 'icons/obj/atmospherics/vent_scrubber.dmi' icon_state = "off" - name = "Air Scrubber" + name = "air scrubber" desc = "Has a valve and pump attached to it" use_power = 1 @@ -78,7 +78,7 @@ "sigtype" = "status" ) if(!initial_loc.air_scrub_names[id_tag]) - var/new_name = "[initial_loc.name] Air Scrubber #[initial_loc.air_scrub_names.len+1]" + var/new_name = "\improper [initial_loc.name] air scrubber #[initial_loc.air_scrub_names.len+1]" initial_loc.air_scrub_names[id_tag] = new_name src.name = new_name initial_loc.air_scrub_info[id_tag] = signal.data diff --git a/code/ATMOSPHERICS/pipes.dm b/code/ATMOSPHERICS/pipes.dm index 7c3a338ab9b..a1a29627b42 100644 --- a/code/ATMOSPHERICS/pipes.dm +++ b/code/ATMOSPHERICS/pipes.dm @@ -336,7 +336,7 @@ obj/machinery/atmospherics/pipe icon = 'icons/obj/atmospherics/pipe_tank.dmi' icon_state = "intact" - name = "Pressure Tank" + name = "pressure tank" desc = "A large vessel containing pressurized gas." volume = 10000 //in liters, 1 meters by 1 meters by 2 meters @@ -367,7 +367,7 @@ obj/machinery/atmospherics/pipe nodealert = 0 */ carbon_dioxide - name = "Pressure Tank (Carbon Dioxide)" + name = "pressure tank (Carbon Dioxide)" New() air_temporary = new @@ -380,7 +380,7 @@ obj/machinery/atmospherics/pipe toxins icon = 'icons/obj/atmospherics/orange_pipe_tank.dmi' - name = "Pressure Tank (Plasma)" + name = "pressure tank (Plasma)" New() air_temporary = new @@ -393,7 +393,7 @@ obj/machinery/atmospherics/pipe oxygen_agent_b icon = 'icons/obj/atmospherics/red_orange_pipe_tank.dmi' - name = "Pressure Tank (Oxygen + Plasma)" + name = "pressure tank (Oxygen + Plasma)" New() air_temporary = new @@ -409,7 +409,7 @@ obj/machinery/atmospherics/pipe oxygen icon = 'icons/obj/atmospherics/blue_pipe_tank.dmi' - name = "Pressure Tank (Oxygen)" + name = "pressure tank (Oxygen)" New() air_temporary = new @@ -422,7 +422,7 @@ obj/machinery/atmospherics/pipe nitrogen icon = 'icons/obj/atmospherics/red_pipe_tank.dmi' - name = "Pressure Tank (Nitrogen)" + name = "pressure tank (Nitrogen)" New() air_temporary = new @@ -435,7 +435,7 @@ obj/machinery/atmospherics/pipe air icon = 'icons/obj/atmospherics/red_pipe_tank.dmi' - name = "Pressure Tank (Air)" + name = "pressure tank (Air)" New() air_temporary = new @@ -494,7 +494,7 @@ obj/machinery/atmospherics/pipe icon = 'icons/obj/atmospherics/pipe_vent.dmi' icon_state = "intact" - name = "Vent" + name = "vent" desc = "A large air vent" level = 1