From 030f07844509065dea28548936f036d8bfabafe8 Mon Sep 17 00:00:00 2001 From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:22:32 -0800 Subject: [PATCH] Update code/modules/projectiles/guns/misc/chem_gun.dm Co-authored-by: Putnam3145 --- code/modules/projectiles/guns/misc/chem_gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/misc/chem_gun.dm b/code/modules/projectiles/guns/misc/chem_gun.dm index 6987d45ce4..82539ddc09 100644 --- a/code/modules/projectiles/guns/misc/chem_gun.dm +++ b/code/modules/projectiles/guns/misc/chem_gun.dm @@ -78,7 +78,7 @@ . = ..() //Don't bother changing this or removing it from containers will break. /obj/item/gun/chem/attack_self(mob/living/user) - if(user) + if(user && user.incapacitated()) if(user.incapacitated()) return else if(!vial)