Fixes virology incubator making chemicals out of nowhere.

This commit is contained in:
Erthilo
2012-08-18 18:28:52 +01:00
parent f521a4b739
commit 40287a4574
+2 -2
View File
@@ -163,7 +163,7 @@
if(beaker)
if(!beaker.reagents.remove_reagent("virusfood",5))
if(beaker.reagents.remove_reagent("virusfood",5))
foodsupply += 10
if(!beaker.reagents.remove_reagent("toxins",1))
if(beaker.reagents.remove_reagent("toxins",1))
toxins += 1