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

@@ -67,7 +67,7 @@
var/obj/D = new/obj()
D.create_reagents(amount_per_transfer_from_this)
reagents.trans_to(D, amount_per_transfer_from_this)
D.icon += mix_color_from_reagents(D.reagents.reagent_list)
D.icon += D.reagents.get_color()
spawn(0)
D.reagents.reaction(A)
sleep(5)
@@ -76,7 +76,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/spray_size)
D.icon += mix_color_from_reagents(D.reagents.reagent_list)
D.icon += D.reagents.get_color()
var/turf/A_turf = get_turf(A)//BS12
@@ -204,7 +204,7 @@
D.create_reagents(amount_per_transfer_from_this)
src.reagents.trans_to(D, amount_per_transfer_from_this)
D.icon += mix_color_from_reagents(D.reagents.reagent_list)
D.icon += D.reagents.get_color()
Sprays[i] = D