Updates chemistry colors

This commit is contained in:
Kelenius
2015-04-28 09:23:39 +03:00
parent 8e0d0900d9
commit d9e2947b32
10 changed files with 122 additions and 117 deletions

View File

@@ -32,7 +32,7 @@
if(80 to 90) filling.icon_state = "reagent80"
if(91 to INFINITY) filling.icon_state = "reagent100"
filling.icon += mix_color_from_reagents(reagents.reagent_list)
filling.icon += reagents.get_color()
overlays += filling
/obj/machinery/iv_drip/MouseDrop(over_object, src_location, over_location)

View File

@@ -155,7 +155,7 @@
//build smoke icon
var/color = mix_color_from_reagents(chemholder.reagents.reagent_list)
var/color = chemholder.reagents.get_color()
var/icon/I
if(color)
I = icon('icons/effects/chemsmoke.dmi')