From ced052879d0796f3c12860e86ff09b94115b58f6 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Thu, 6 Sep 2018 02:11:53 -0400 Subject: [PATCH] Correct terminal punctuation mistakes (#40123) --- code/modules/admin/topic.dm | 4 ++-- code/modules/antagonists/_common/antag_spawner.dm | 2 +- code/modules/awaymissions/mission_code/snowdin.dm | 4 ++-- code/modules/clothing/under/miscellaneous.dm | 2 +- code/modules/mob/living/simple_animal/friendly/dog.dm | 4 ++-- code/modules/reagents/chemistry/reagents/toxin_reagents.dm | 4 ++-- code/modules/reagents/reagent_containers/borghydro.dm | 2 +- code/modules/vehicles/vehicle_actions.dm | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 8b379a4e35f..36dffac78e9 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -823,7 +823,7 @@ dat += "Sentience Potion Spawn" else dat += "Sentience Potion Spawn" - + //Deathsquad if(jobban_isbanned(M, ROLE_DEATHSQUAD)) dat += "Deathsquad" @@ -1410,7 +1410,7 @@ if(!ismob(M)) to_chat(usr, "this can only be used on instances of type /mob.") - var/speech = input("What will [key_name(M)] say?.", "Force speech", "")// Don't need to sanitize, since it does that in say(), we also trust our admins. + var/speech = input("What will [key_name(M)] say?", "Force speech", "")// Don't need to sanitize, since it does that in say(), we also trust our admins. if(!speech) return M.say(speech, forced = "admin speech") diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index ca87b94d5b0..edf703b34db 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -170,7 +170,7 @@ //////SYNDICATE BORG /obj/item/antag_spawner/nuke_ops/borg_tele name = "syndicate cyborg teleporter" - desc = "A single-use teleporter designed to quickly reinforce operatives in the field.." + desc = "A single-use teleporter designed to quickly reinforce operatives in the field." icon = 'icons/obj/device.dmi' icon_state = "locator" diff --git a/code/modules/awaymissions/mission_code/snowdin.dm b/code/modules/awaymissions/mission_code/snowdin.dm index 842134557d9..c4a4b167c01 100644 --- a/code/modules/awaymissions/mission_code/snowdin.dm +++ b/code/modules/awaymissions/mission_code/snowdin.dm @@ -260,7 +260,7 @@ /obj/item/paper/crumpled/ruins/snowdin/foreshadowing name = "scribbled note" info = {"Something's gone VERY wrong here. Jouslen has been mumbling about some weird shit in his cabin during the night and he seems always tired when we're working. I tried to confront him about it and he blew up on me, - telling me to mind my own business. I reported him to the officer, said he'd look into it. We only got another 2 months here before we're pulled for another assignment, so this shit can't go any quicker.."} + telling me to mind my own business. I reported him to the officer, said he'd look into it. We only got another 2 months here before we're pulled for another assignment, so this shit can't go any quicker..."} /obj/item/paper/crumpled/ruins/snowdin/misc1 name = "Mission Prologue" @@ -271,7 +271,7 @@ name = "scribbled note" info = {"If you're reading this: GET OUT! The mining go on here has unearthed something that was once-trapped by the layers of ice on this hell-hole. The overseer and Jouslen have gone missing. The officer is keeping the rest of us on lockdown and I swear to god I keep hearing strange noises outside the walls at night. The gateway link has gone dead and without a supply of resources from Central, we're left - for dead here. We haven't heard anything back from the mining squad either, so I can only assume whatever the fuck they unearthed got them first before coming for us. I don't want to die here.."} + for dead here. We haven't heard anything back from the mining squad either, so I can only assume whatever the fuck they unearthed got them first before coming for us. I don't want to die here..."} /obj/item/paper/fluff/awaymissions/snowdin/saw_usage name = "SAW Usage" diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 1a7998d2436..ce17f3741e1 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -263,7 +263,7 @@ /obj/item/clothing/under/suit_jacket/white name = "white suit" - desc = "A white suit and jacket with a blue shirt. You wanna play rough? OKAY!." + desc = "A white suit and jacket with a blue shirt. You wanna play rough? OKAY!" icon_state = "white_suit" item_state = "white_suit" item_color = "white_suit" diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index abe275cddf7..3a5d02315b3 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -47,7 +47,7 @@ butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab/pug = 3) gold_core_spawnable = FRIENDLY_SPAWN collar_type = "pug" - + /mob/living/simple_animal/pet/dog/corgi/exoticcorgi name = "Exotic Corgi" desc = "As cute as it is colorful!" @@ -556,7 +556,7 @@ /mob/living/simple_animal/pet/dog/corgi/puppy/void //Tribute to the corgis born in nullspace name = "\improper void puppy" real_name = "voidy" - desc = "A corgi puppy that has been infused with deep space energy. It's staring back.." + desc = "A corgi puppy that has been infused with deep space energy. It's staring back..." icon_state = "void_puppy" icon_living = "void_puppy" icon_dead = "void_puppy_dead" diff --git a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm index 57a2808173b..26edcb5b738 100644 --- a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm @@ -168,7 +168,7 @@ M.adjustOxyLoss(0.5*REM, 0) ..() . = 1 - + /datum/reagent/toxin/ghoulpowder name = "Ghoul Powder" id = "ghoulpowder" @@ -427,7 +427,7 @@ /datum/reagent/toxin/formaldehyde name = "Formaldehyde" id = "formaldehyde" - description = "Formaldehyde, on its own, is a fairly weak toxin. It contains trace amounts of Histamine, very rarely making it decay into Histamine.." + description = "Formaldehyde, on its own, is a fairly weak toxin. It contains trace amounts of Histamine, very rarely making it decay into Histamine." reagent_state = LIQUID color = "#B4004B" metabolization_rate = 0.5 * REAGENTS_METABOLISM diff --git a/code/modules/reagents/reagent_containers/borghydro.dm b/code/modules/reagents/reagent_containers/borghydro.dm index fbbc81b974f..631e5ee2812 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -252,6 +252,6 @@ Borg Shaker /obj/item/reagent_containers/borghypo/epi name = "epinephrine injector" - desc = "An advanced chemical synthesizer and injection system, designed to stabilize patients.." + desc = "An advanced chemical synthesizer and injection system, designed to stabilize patients." reagent_ids = list("epinephrine") accepts_reagent_upgrades = FALSE diff --git a/code/modules/vehicles/vehicle_actions.dm b/code/modules/vehicles/vehicle_actions.dm index 8c0e76e06a4..4ff6770e851 100644 --- a/code/modules/vehicles/vehicle_actions.dm +++ b/code/modules/vehicles/vehicle_actions.dm @@ -157,7 +157,7 @@ /datum/action/vehicle/sealed/RollTheDice name = "Press a colorful button" - desc = "Press one of those colorful buttons on your display panel!." + desc = "Press one of those colorful buttons on your display panel!" button_icon_state = "car_rtd" /datum/action/vehicle/sealed/RollTheDice/Trigger()