Update Chemistry-Reagents_chomp.dm

This commit is contained in:
Sharkmare
2019-03-06 08:23:37 +01:00
committed by GitHub
parent 8a0098757f
commit da1c4d079c
@@ -89,6 +89,7 @@
amount_grown += rand(min_growth,max_growth)
if(amount_grown >= 100)
src = M
loc = M.loc
min_growth++
max_growth++
amount_grown = 0