mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
uses Clamp() now
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
|
||||
|
||||
/obj/item/weapon/reagent_containers/syringe/update_icon()
|
||||
var/rounded_vol = round(reagents.total_volume,5)
|
||||
var/rounded_vol = Clamp(round(reagents.total_volume,5), 0, 15)
|
||||
overlays.Cut()
|
||||
if(ismob(loc))
|
||||
var/injoverlay
|
||||
|
||||
Reference in New Issue
Block a user