mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
I am an idiot, fixing chemmaster runtime
This commit is contained in:
@@ -329,9 +329,9 @@
|
||||
usr << browse(dat, "window=chem_master")
|
||||
return
|
||||
else if(href_list["pill_sprite"])
|
||||
pillsprite = min(max(href_list["pill_sprite"],0),MAX_PILL_SPRITE)
|
||||
pillsprite = href_list["pill_sprite"]
|
||||
else if(href_list["bottle_sprite"])
|
||||
bottlesprite = min(max(href_list["bottlesprite"],0),MAX_BOTTLE_SPRITE)
|
||||
bottlesprite = href_list["bottlesprite"]
|
||||
else
|
||||
usr << browse(null, "window=chem_master")
|
||||
src.updateUsrDialog()
|
||||
|
||||
Reference in New Issue
Block a user