mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Fixes virology incubator making chemicals out of nowhere.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user