Update code/modules/projectiles/guns/misc/chem_gun.dm

Co-authored-by: Putnam3145 <putnam3145@gmail.com>
This commit is contained in:
shellspeed1
2021-11-12 15:22:32 -08:00
committed by GitHub
parent f67cf99757
commit 030f078445
@@ -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)