From 4366f5f8192f74f5e23c45fa66dac266d713c216 Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Sun, 10 May 2015 02:24:12 +0200 Subject: [PATCH] Updating Resource to /tg/ standars along with factory title, makes resource nodes far better. should pick up the drag that is costing resources to send blob to corpse. --- code/game/gamemodes/blob/blobs/resource.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/blob/blobs/resource.dm b/code/game/gamemodes/blob/blobs/resource.dm index f60fe173dd1..afb2194b79d 100644 --- a/code/game/gamemodes/blob/blobs/resource.dm +++ b/code/game/gamemodes/blob/blobs/resource.dm @@ -18,7 +18,7 @@ if(resource_delay > world.time) return 0 - resource_delay = world.time + 120 // 12 seconds + resource_delay = world.time + 40 // 4 seconds if(overmind) overmind.add_points(1)