Removes a ridiculous accidental buff to glowshroom spreading

This commit is contained in:
Joan Lung
2017-03-12 23:32:48 -04:00
parent e5e4101f45
commit 18c2b0e2e0
+2
View File
@@ -122,6 +122,8 @@ var/list/blacklisted_glowshroom_turfs = typecacheof(list(
shrooms_planted++
CHECK_TICK
else
shrooms_planted++ //if we failed due to generation, don't try to plant one later
if(shrooms_planted < myseed.yield) //if we didn't get all possible shrooms planted, try again later
myseed.yield -= shrooms_planted
addtimer(CALLBACK(src, .proc/Spread), delay)