Changed the base colour sprite for the chempuff.dmi

Fixed a typo.
This commit is contained in:
Giacomand
2014-01-15 21:39:03 +00:00
parent 11bca59614
commit eeed4f136e
2 changed files with 1 additions and 1 deletions
@@ -43,7 +43,7 @@
var/obj/effect/decal/chempuff/D = new/obj/effect/decal/chempuff(get_turf(src))
D.create_reagents(amount_per_transfer_from_this)
reagents.trans_to(D, amount_per_transfer_from_this, 1/3)
D.color += mix_color_from_reagents(D.reagents.reagent_list)
D.color = mix_color_from_reagents(D.reagents.reagent_list)
spawn(0)
for(var/i=0, i<3, i++)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB