mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
fixes syringe filling with < 3 volume
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user