From c6c015ebbb0f11f8f79bb9bd15c4225ca2f9efba Mon Sep 17 00:00:00 2001 From: Dunkhan Date: Sun, 29 Oct 2017 20:08:44 +0100 Subject: [PATCH] Added full stops to description text --- .../modules/integrated_electronics/subtypes/input.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/integrated_electronics/subtypes/input.dm b/code/modules/integrated_electronics/subtypes/input.dm index d69345fbd3..00e5bf2ea4 100644 --- a/code/modules/integrated_electronics/subtypes/input.dm +++ b/code/modules/integrated_electronics/subtypes/input.dm @@ -675,7 +675,7 @@ /obj/item/integrated_circuit/input/pressure_sensor name = "integrated pressure sensor" - desc = "A tiny pressure sensor module similar to that found in a PDA atmosphere analyser" + desc = "A tiny pressure sensor module similar to that found in a PDA atmosphere analyser." icon_state = "medscan_adv" complexity = 3 inputs = list() @@ -705,7 +705,7 @@ /obj/item/integrated_circuit/input/temperature_sensor name = "integrated temperature sensor" - desc = "A tiny temperature sensor module similar to that found in a PDA atmosphere analyser" + desc = "A tiny temperature sensor module similar to that found in a PDA atmosphere analyser." icon_state = "medscan_adv" complexity = 3 inputs = list() @@ -734,7 +734,7 @@ /obj/item/integrated_circuit/input/oxygen_sensor name = "integrated oxygen sensor" - desc = "A tiny oxygen sensor module similar to that found in a PDA atmosphere analyser" + desc = "A tiny oxygen sensor module similar to that found in a PDA atmosphere analyser." icon_state = "medscan_adv" complexity = 3 inputs = list() @@ -764,7 +764,7 @@ /obj/item/integrated_circuit/input/co2_sensor name = "integrated co2 sensor" - desc = "A tiny carbon dioxide sensor module similar to that found in a PDA atmosphere analyser" + desc = "A tiny carbon dioxide sensor module similar to that found in a PDA atmosphere analyser." icon_state = "medscan_adv" complexity = 3 inputs = list() @@ -794,7 +794,7 @@ /obj/item/integrated_circuit/input/nitrogen_sensor name = "integrated nitrogen sensor" - desc = "A tiny nitrogen sensor module similar to that found in a PDA atmosphere analyser" + desc = "A tiny nitrogen sensor module similar to that found in a PDA atmosphere analyser." icon_state = "medscan_adv" complexity = 3 inputs = list() @@ -824,7 +824,7 @@ /obj/item/integrated_circuit/input/phoron_sensor name = "integrated phoron sensor" - desc = "A tiny phoron gas sensor module similar to that found in a PDA atmosphere analyser" + desc = "A tiny phoron gas sensor module similar to that found in a PDA atmosphere analyser." icon_state = "medscan_adv" complexity = 3 inputs = list()