This commit is contained in:
Joan Lung
2017-03-12 23:33:54 -04:00
parent 18c2b0e2e0
commit 360fc27428
+1 -1
View File
@@ -124,8 +124,8 @@ var/list/blacklisted_glowshroom_turfs = typecacheof(list(
CHECK_TICK
else
shrooms_planted++ //if we failed due to generation, don't try to plant one later
myseed.yield -= shrooms_planted
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)
/obj/structure/glowshroom/proc/CalcDir(turf/location = loc)