Merge pull request #13071 from Hugo14453/dev

Changes Prevent to Prevents in a ghost message
This commit is contained in:
PsiOmegaDelta
2016-05-21 21:13:33 +02:00
+1 -1
View File
@@ -676,7 +676,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 << "<span class='warning'>Your non-dead body prevent you from respawning.</span>"
src << "<span class='warning'>Your non-dead body prevents you from respawning.</span>"
return 0
if(config.antag_hud_restricted && has_enabled_antagHUD == 1)
if(feedback)