From 2e6b71154a3fd82a5af328e600393a7531d5a014 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Wed, 4 Nov 2015 21:26:35 +0100 Subject: [PATCH] Increase variation and average of spice bloom growth --- OpenRA.Mods.D2k/Traits/SpiceBloom.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.D2k/Traits/SpiceBloom.cs b/OpenRA.Mods.D2k/Traits/SpiceBloom.cs index 001964fcd4..9b217a6de5 100644 --- a/OpenRA.Mods.D2k/Traits/SpiceBloom.cs +++ b/OpenRA.Mods.D2k/Traits/SpiceBloom.cs @@ -30,7 +30,7 @@ namespace OpenRA.Mods.D2k.Traits public readonly int[] RespawnDelay = { 1500, 2500 }; [Desc("The range of time (in ticks) that the spicebloom will take to grow.")] - public readonly int[] GrowthDelay = { 1000, 1500 }; + public readonly int[] GrowthDelay = { 1000, 3000 }; public readonly string ResourceType = "Spice";