Merge pull request #9030 from CameronWoof/iv-drip-fix

Fixes a visual glitch with beakers containing water attached to IV stands
This commit is contained in:
kevinz000
2019-08-04 19:18:00 -07:00
committed by GitHub
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)