diff --git a/code/game/gamemodes/vampire/vampire.dm b/code/game/gamemodes/vampire/vampire.dm index 0292bef5719..7d304204613 100644 --- a/code/game/gamemodes/vampire/vampire.dm +++ b/code/game/gamemodes/vampire/vampire.dm @@ -326,7 +326,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha if(!(VAMP_SCREAM in vamp.powers)) vamp.powers.Add(VAMP_SCREAM) if(!(vamp.upgradedRegen)) // to prevent spamming - src << "Your rejuvination abilities have improved and will now heal you over time when used." + src << "Your rejuvination abilities have improved and will now heal you over time when used." vamp.upgradedRegen = 1 // TIER 3.5 (/vg/)