From 6ac92ebe197a9c03bbf49cb6ce64a9cd2695e29b Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 3 Aug 2014 23:42:00 -0400 Subject: [PATCH] Boops --- code/game/dna/genes/goon_disabilities.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/dna/genes/goon_disabilities.dm b/code/game/dna/genes/goon_disabilities.dm index 1f81f871484..68827157d55 100644 --- a/code/game/dna/genes/goon_disabilities.dm +++ b/code/game/dna/genes/goon_disabilities.dm @@ -321,7 +321,7 @@ /obj/effect/proc_holder/spell/wizard/targeted/immolate/cast(list/targets) if(!targets.len) - user << "No target found in range." + usr << "No target found in range." return var/mob/living/carbon/L = targets[1]