Slowed down blobspore generation by 3 times

This commit is contained in:
alex-gh
2014-01-03 19:45:39 +01:00
parent 8c7dd0e691
commit 5206f508c1

View File

@@ -21,7 +21,7 @@
return 0
if(spore_delay > world.time)
return 0
spore_delay = world.time + 100 // 10 seconds
spore_delay = world.time + 300 // 30 seconds
new/mob/living/simple_animal/hostile/blobspore(src.loc, src)
return 1