Dish Incubator

Now the Incubator should stop magically conjuring food whenever there is a beaker without food inside.
This commit is contained in:
Peliia
2015-08-26 16:18:36 +02:00
parent a0a8b2865c
commit 89629b686f
+1 -1
View File
@@ -128,7 +128,7 @@
nanomanager.update_uis(src)
if(beaker)
if(!beaker.reagents.remove_reagent("virusfood",5))
if(beaker.reagents.remove_reagent("virusfood",5))
foodsupply += 10
nanomanager.update_uis(src)