From 3fa2ad5c99673f97f49c682cb56202e95ed86d38 Mon Sep 17 00:00:00 2001 From: elle <54373583+dermondarble@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:23:30 -0500 Subject: [PATCH] fixes various grammar issues (#56446) fixes misspellings of 'permanently' fixes grammar with bandaging wounds on yourself --- code/game/objects/items/stacks/medical.dm | 2 +- code/modules/antagonists/wizard/equipment/spellbook.dm | 2 +- code/modules/cargo/orderconsole.dm | 2 +- .../skill_learning/job_skillchips/research_director.dm | 4 ++-- code/modules/library/soapstone.dm | 2 +- code/modules/mob/living/silicon/pai/software.dm | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/game/objects/items/stacks/medical.dm b/code/game/objects/items/stacks/medical.dm index 85e214f4bae..90b1f9ce9eb 100644 --- a/code/game/objects/items/stacks/medical.dm +++ b/code/game/objects/items/stacks/medical.dm @@ -162,7 +162,7 @@ if(!do_after(user, (user == M ? self_delay : other_delay), target=M)) return - user.visible_message("[user] applies [src] to [M]'s [limb.name].", "You bandage the wounds on [user == M ? "yourself" : "[M]'s"] [limb.name].") + user.visible_message("[user] applies [src] to [M]'s [limb.name].", "You bandage the wounds on [user == M ? "your" : "[M]'s"] [limb.name].") limb.apply_gauze(src) /obj/item/stack/medical/gauze/twelve diff --git a/code/modules/antagonists/wizard/equipment/spellbook.dm b/code/modules/antagonists/wizard/equipment/spellbook.dm index c56e10d6792..ade99a7002e 100644 --- a/code/modules/antagonists/wizard/equipment/spellbook.dm +++ b/code/modules/antagonists/wizard/equipment/spellbook.dm @@ -421,7 +421,7 @@ name = "Bottle of Tickles" desc = "A bottle of magically infused fun, the smell of which will \ attract adorable extradimensional beings when broken. These beings \ - are similar to slaughter demons, but they do not permamently kill \ + are similar to slaughter demons, but they do not permanently kill \ their victims, instead putting them in an extradimensional hugspace, \ to be released on the demon's death. Chaotic, but not ultimately \ damaging. The crew's reaction to the other hand could be very \ diff --git a/code/modules/cargo/orderconsole.dm b/code/modules/cargo/orderconsole.dm index d4029609b5a..586fbcafa2e 100644 --- a/code/modules/cargo/orderconsole.dm +++ b/code/modules/cargo/orderconsole.dm @@ -60,7 +60,7 @@ obj_flags |= EMAGGED contraband = TRUE - // This also permamently sets this on the circuit board + // This also permanently sets this on the circuit board var/obj/item/circuitboard/computer/cargo/board = circuit board.contraband = TRUE board.obj_flags |= EMAGGED diff --git a/code/modules/library/skill_learning/job_skillchips/research_director.dm b/code/modules/library/skill_learning/job_skillchips/research_director.dm index 6d6b11142f7..899defb1fd5 100644 --- a/code/modules/library/skill_learning/job_skillchips/research_director.dm +++ b/code/modules/library/skill_learning/job_skillchips/research_director.dm @@ -5,5 +5,5 @@ skill_name = "True Strength" skill_description = "The knowledge and strength to resolve the most ancient conumdrum; what happens when an unstoppable force meets an immovable object." skill_icon = "dumbbell" - activate_message = "You realise if you apply the correct force, at the correct angle, it is possible to make the immovable permamently movable." - deactivate_message = "You forget how to permamently anchor a paradoxical object." + activate_message = "You realise if you apply the correct force, at the correct angle, it is possible to make the immovable permanently movable." + deactivate_message = "You forget how to permanently anchor a paradoxical object." diff --git a/code/modules/library/soapstone.dm b/code/modules/library/soapstone.dm index 8b7f4ebe056..abf01f695fd 100644 --- a/code/modules/library/soapstone.dm +++ b/code/modules/library/soapstone.dm @@ -90,7 +90,7 @@ as instructions and/or memes for the next generation of spessmen. Limited in location to station_z only. Can be smashed out or exploded, -but only permamently removed with the curator's soapstone. +but only permanently removed with the curator's soapstone. */ /obj/item/soapstone/infinite diff --git a/code/modules/mob/living/silicon/pai/software.dm b/code/modules/mob/living/silicon/pai/software.dm index c6bc81269cd..27a354839b1 100644 --- a/code/modules/mob/living/silicon/pai/software.dm +++ b/code/modules/mob/living/silicon/pai/software.dm @@ -491,7 +491,7 @@ /mob/living/silicon/pai/proc/softwareTranslator() var/datum/language_holder/H = get_language_holder() . = {"

Universal Translator


- When enabled, this device will permamently be able to speak and understand all known forms of communication.

+ When enabled, this device will permanently be able to speak and understand all known forms of communication.

The device is currently [H.omnitongue ? "en" : "dis" ]abled.
[H.omnitongue ? "" : "Activate Translation Module
"]"} return .