Rebalanced the blob to improve chances of the crew.

This commit is contained in:
alex-gh
2013-12-23 07:08:14 +01:00
parent 2573088771
commit 0c52a6ba25
3 changed files with 23 additions and 5 deletions

View File

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