Update code/modules/projectiles/ammunition/special/syringe.dm

Co-authored-by: Putnam3145 <putnam3145@gmail.com>
This commit is contained in:
shellspeed1
2021-11-12 15:19:06 -08:00
committed by GitHub
parent 6363d9a447
commit 329336f5ed
@@ -36,7 +36,7 @@
var/obj/item/gun/chem/CG = loc
if(CG.syringes_left <= 0)
return
if (CG.vial == null)
if (!CG.vial)
CG.syringes_left--
return
CG.vial.reagents.trans_to(BB, dartvolume)