Halved blob ressource generation

This commit is contained in:
alex-gh
2014-01-03 19:43:48 +01:00
parent e63ab6d2d5
commit 8c7dd0e691

View File

@@ -18,7 +18,7 @@
if(resource_delay > world.time)
return 0
resource_delay = world.time + 60 // 6 seconds
resource_delay = world.time + 120 // 12 seconds
if(overmind)
overmind.add_points(1)