From d708cc01dba6bea2b30135a5e8cb0e9ff414187d Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 19 Nov 2010 11:11:32 +0000
Subject: [PATCH] Rain in the old forest is a bit bluer

git-svn-id: http://svn.net-core.org/repos/t-engine4@1943 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/gfx/particles/raindrops.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/game/modules/tome/data/gfx/particles/raindrops.lua b/game/modules/tome/data/gfx/particles/raindrops.lua
index 670a67e166..560cf7084f 100644
--- a/game/modules/tome/data/gfx/particles/raindrops.lua
+++ b/game/modules/tome/data/gfx/particles/raindrops.lua
@@ -32,8 +32,8 @@ return { generator = function()
 		dir = dir, dirv = blur, dira = 0,
 		vel = vel, velv = 0, vela = 0,
 
-		r = 0.6, rv = 0, ra = 0,
-		g = 0.7, gv = 0, ga = 0,
+		r = 0.2, rv = 0, ra = 0,
+		g = 0.5, gv = 0, ga = 0,
 		b = 0.7, bv = 0, ba = 0,
 		a = rng.float(0.6, 0.9), av = 0, aa = 0,
 	}
-- 
GitLab