Biogenerator fix

Fixes bug #1076 and displays a warning message telling the user that the
beaker is full.
This commit is contained in:
MrBauer24
2015-05-16 13:54:26 +01:00
parent e46a0e9ccd
commit 499e0797be
+2 -1
View File
@@ -134,7 +134,8 @@
dat += "<div class='statusDisplay'>Error: No growns inside.<BR>Please put growns into reactor.</div>"
menustat = "menu"
if("nobeakerspace")
dat += "<div class='statusDisplay'>Not enough space left in container. Unable to create product.</div>"
// dat += "<div class='statusDisplay'>Not enough space left in container. Unable to create product.</div>"
user << "<span class='warning'>Not enough space left in container. Unable to create product. Please empty container.</span>"
menustat = "menu"
if(beaker)
dat += "<div class='statusDisplay'>Biomass: [points] units.</div><BR>"