mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Merge pull request #13559 from bgobandit/emptysyringes
Empty syringes no longer appear to have a fill.
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
|
||||
|
||||
/obj/item/weapon/reagent_containers/syringe/update_icon()
|
||||
var/rounded_vol = min(max(round(reagents.total_volume,5),5),15)
|
||||
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