Update code/modules/projectiles/guns/misc/chem_gun.dm
Co-authored-by: Putnam3145 <putnam3145@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user