diff --git a/code/game/dna.dm b/code/game/dna.dm
index 2e0013acf1d..c35627123ac 100644
--- a/code/game/dna.dm
+++ b/code/game/dna.dm
@@ -441,7 +441,7 @@
var/mob/dead/observer/ghost = occupant.get_ghost()
if(ghost)
- ghost << "Your corpse has been placed into a cloning scanner. Re-enter your corpse if you want to be cloned! (Click to re-enter)"
+ ghost << "Your corpse has been placed into a cloning scanner. Re-enter your corpse if you want to be cloned! (Click to re-enter)"
ghost << sound('sound/effects/genetics.ogg')
return 1
diff --git a/code/game/objects/items/weapons/defib.dm b/code/game/objects/items/weapons/defib.dm
index 396fda01961..fd1c0971718 100644
--- a/code/game/objects/items/weapons/defib.dm
+++ b/code/game/objects/items/weapons/defib.dm
@@ -406,7 +406,7 @@
return
var/mob/dead/observer/ghost = H.get_ghost()
if(ghost)
- ghost << "Your heart is being defibrillated. Re-enter your corpse if you want to be revived! (Click to re-enter)"
+ ghost << "Your heart is being defibrillated. Re-enter your corpse if you want to be revived! (Click to re-enter)"
ghost << 'sound/effects/genetics.ogg'
user.visible_message("[user] begins to place [src] on [M.name]'s chest.", "You begin to place [src] on [M.name]'s chest...")
busy = 1
diff --git a/code/modules/mob/living/carbon/brain/posibrain.dm b/code/modules/mob/living/carbon/brain/posibrain.dm
index 0e5d086a999..79817af275c 100644
--- a/code/modules/mob/living/carbon/brain/posibrain.dm
+++ b/code/modules/mob/living/carbon/brain/posibrain.dm
@@ -23,7 +23,7 @@ var/global/posibrain_notif_cooldown = 0
/obj/item/device/mmi/posibrain/proc/ping_ghosts(msg)
if(!posibrain_notif_cooldown)
- notify_ghosts("Positronic brain [msg] in [get_area(src)]! (Click to enter)", 'sound/effects/ghost2.ogg')
+ notify_ghosts("Positronic brain [msg] in [get_area(src)]! (Click to enter)", 'sound/effects/ghost2.ogg')
posibrain_notif_cooldown = 1
spawn(askDelay) //Global one minute cooldown to avoid spam.
posibrain_notif_cooldown = 0
diff --git a/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm b/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm
index 91435e6d4aa..80aea6a6168 100644
--- a/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm
+++ b/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm
@@ -639,7 +639,7 @@
if(!M)
return
if(ghost)
- ghost << "Someone is trying to revive you. Re-enter your corpse if you want to be revived! (Click to re-enter)"
+ ghost << "Someone is trying to revive you. Re-enter your corpse if you want to be revived! (Click to re-enter)"
ghost << sound('sound/effects/genetics.ogg')
spawn (100) //so the ghost has time to re-enter
return