fixes syringe filling with < 3 volume

This commit is contained in:
Jordie
2015-06-27 20:49:37 +10:00
parent 0d0f1a5f0d
commit 5e27cc1fec
@@ -180,7 +180,7 @@
/obj/item/weapon/reagent_containers/syringe/update_icon()
var/rounded_vol = min(round(reagents.total_volume,5), 15)
var/rounded_vol = min(max(round(reagents.total_volume,5),5),15)
overlays.Cut()
if(ismob(loc))
var/injoverlay