From 2862503d2b3a999840327cbc6ff1c3efc7c0b427 Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Mon, 15 Oct 2018 01:01:39 -0400 Subject: [PATCH] stunbaton runtime comment --- code/game/objects/items/weapons/stunbaton.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm index 18053e9c0ca..b9d383b9308 100644 --- a/code/game/objects/items/weapons/stunbaton.dm +++ b/code/game/objects/items/weapons/stunbaton.dm @@ -139,7 +139,7 @@ /obj/item/melee/baton/proc/baton_stun(mob/living/L, mob/user) - if(!ismob(L)) + if(!ismob(L)) //because this was being called on turfs for some reason return if(ishuman(L))