From c6dce8d1499ec9d98afcfa5d4a612403e743736b Mon Sep 17 00:00:00 2001 From: Hugo14453 Date: Sat, 21 May 2016 16:50:30 +0100 Subject: [PATCH] Changes Prevent to Prevents in a ghost message Depending on the intended tense, prevented might fit better --- code/modules/mob/observer/ghost/ghost.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/observer/ghost/ghost.dm b/code/modules/mob/observer/ghost/ghost.dm index 8e6383c7562..0834dd6eac3 100644 --- a/code/modules/mob/observer/ghost/ghost.dm +++ b/code/modules/mob/observer/ghost/ghost.dm @@ -670,7 +670,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp return 0 if(mind && mind.current && mind.current.stat != DEAD && can_reenter_corpse) if(feedback) - src << "Your non-dead body prevent you from respawning." + src << "Your non-dead body prevents you from respawning." return 0 if(config.antag_hud_restricted && has_enabled_antagHUD == 1) if(feedback)