From ad4f15e216ffe9076ae96e7abcfcd433e8cd8251 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Sun, 1 Oct 2017 14:47:47 -0400 Subject: [PATCH] It's not a spawn class idiot --- code/modules/vore/fluffstuff/guns/bsharpoon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/guns/bsharpoon.dm b/code/modules/vore/fluffstuff/guns/bsharpoon.dm index 1fccb59c4cf..259ef32b52e 100644 --- a/code/modules/vore/fluffstuff/guns/bsharpoon.dm +++ b/code/modules/vore/fluffstuff/guns/bsharpoon.dm @@ -38,7 +38,7 @@ return var/turf/ownturf = get_turf(src) if(ownturf.z != T.z || get_dist(T,ownturf) > world.view) - to_chat(user, "The target is out of range!") + to_chat(user, "The target is out of range!") return last_fire = current_fire