Change beakers, bottles, syringes and vials to use /image and multiplicative blending

This commit is contained in:
GinjaNinja32
2014-12-21 15:45:36 +00:00
parent e656b23c6f
commit fa75cb9fab
4 changed files with 3 additions and 3 deletions

View File

@@ -194,7 +194,7 @@
if(80 to 90) filling.icon_state = "[icon_state]80"
if(91 to INFINITY) filling.icon_state = "[icon_state]100"
filling.icon += mix_color_from_reagents(reagents.reagent_list)
filling.color = mix_color_from_reagents(reagents.reagent_list)
overlays += filling
if (!is_open_container())

View File

@@ -48,7 +48,7 @@
if(80 to 90) filling.icon_state = "[icon_state]-80"
if(91 to INFINITY) filling.icon_state = "[icon_state]-100"
filling.icon += mix_color_from_reagents(reagents.reagent_list)
filling.color = mix_color_from_reagents(reagents.reagent_list)
overlays += filling
if (!is_open_container())

View File

@@ -221,7 +221,7 @@
filling.icon_state = "syringe[rounded_vol]"
filling.icon += mix_color_from_reagents(reagents.reagent_list)
filling.color = mix_color_from_reagents(reagents.reagent_list)
overlays += filling