Corrects ChemMaster Bottle Sprites.

This commit is contained in:
Datraen
2016-06-27 14:28:29 -04:00
parent 6c071290c8
commit c7693e0eab

View File

@@ -249,7 +249,7 @@
P.name = "[name] bottle"
P.pixel_x = rand(-7, 7) //random position
P.pixel_y = rand(-7, 7)
P.icon_state = "bottle"+bottlesprite
P.icon_state = "bottle-"+bottlesprite
reagents.trans_to_obj(P,60)
P.update_icon()
else