Merge pull request #9015 from Kelenius/ofChemAndOne

Chemistry update - part one
In spite of the sassy tone.
This commit is contained in:
PsiOmegaDelta
2015-04-28 08:39:27 +02:00
10 changed files with 122 additions and 117 deletions
+1 -1
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')