Fixes runtimes resulting in chem masters not filling bottles when sprite is never changed.

This commit is contained in:
Datraen
2016-07-01 12:51:10 -04:00
parent 19a2656d80
commit 684fb4e23d

View File

@@ -22,8 +22,8 @@
var/condi = 0
var/useramount = 15 // Last used amount
var/pillamount = 10
var/bottlesprite = 1
var/pillsprite = 1
var/bottlesprite = "1"
var/pillsprite = "1"
var/max_pill_count = 20
var/tab = "home"
var/analyze_data[0]