mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
Merge pull request #1993 from Datraen/chembottlefix
Corrects ChemMaster Bottle Sprites
This commit is contained in:
@@ -249,7 +249,7 @@
|
|||||||
P.name = "[name] bottle"
|
P.name = "[name] bottle"
|
||||||
P.pixel_x = rand(-7, 7) //random position
|
P.pixel_x = rand(-7, 7) //random position
|
||||||
P.pixel_y = rand(-7, 7)
|
P.pixel_y = rand(-7, 7)
|
||||||
P.icon_state = "bottle"+bottlesprite
|
P.icon_state = "bottle-"+bottlesprite
|
||||||
reagents.trans_to_obj(P,60)
|
reagents.trans_to_obj(P,60)
|
||||||
P.update_icon()
|
P.update_icon()
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user