From f307e9c7003b082fa340db529b1341035dce9d94 Mon Sep 17 00:00:00 2001 From: VampyrBytes Date: Tue, 9 Feb 2016 00:45:42 +0000 Subject: [PATCH] Fixes span closure in vamp regen Fixes my cockup in #3541 --- code/game/gamemodes/vampire/vampire.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)