Doubled blob spore production rate

This commit is contained in:
alex-gh
2014-01-13 06:36:31 +01:00
parent 8ae4ad268e
commit 1386fc143e

View File

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