mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Biogenerator fix
Fixes bug #1076 and displays a warning message telling the user that the beaker is full.
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user