Fixes a bug no one here will ever run into

This commit is contained in:
CameronWoof
2019-07-31 21:00:45 -07:00
parent 3d597ea508
commit 397b33f0b2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
if(91 to INFINITY)
filling_overlay.icon_state = "reagent100"
filling_overlay.color = list("#0000", "#0000", "#0000", "#000f", mix_color_from_reagents(beaker.reagents.reagent_list))
filling_overlay.color = mix_color_from_reagents(beaker.reagents.reagent_list)
add_overlay(filling_overlay)
/obj/machinery/iv_drip/MouseDrop(mob/living/target)