From c970a4d763f79693f1d0390870e1458968a8654d Mon Sep 17 00:00:00 2001 From: Meowykins Date: Tue, 17 Feb 2015 11:34:00 -0600 Subject: [PATCH] Ling fixfixfix Fixes and such. --- code/game/gamemodes/changeling/modularchangling.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/changeling/modularchangling.dm b/code/game/gamemodes/changeling/modularchangling.dm index f099b79c..0210a5e9 100644 --- a/code/game/gamemodes/changeling/modularchangling.dm +++ b/code/game/gamemodes/changeling/modularchangling.dm @@ -70,8 +70,8 @@ var/list/datum/power/changeling/powerinstances = list() verbpath = /mob/proc/changeling_deaf_sting /datum/power/changeling/blind_sting - name = "Blinding Spiders" - desc = "With this, we can completely blinding them for a short time." + name = "Blinding Sting" + desc = "With this, we completely blind a human for a short time." genomecost = 2 allowduringlesserform = 1 verbpath = /mob/proc/changeling_blind_sting