From ce8150c307337cd27f8be2224760c13f75426c5f Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 24 Oct 2010 23:57:37 +0000
Subject: [PATCH] plop

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

diff --git a/game/modules/tome/data/gfx/particles/raindrops.lua b/game/modules/tome/data/gfx/particles/raindrops.lua
index 8c148d3022..688112408f 100644
--- a/game/modules/tome/data/gfx/particles/raindrops.lua
+++ b/game/modules/tome/data/gfx/particles/raindrops.lua
@@ -21,7 +21,7 @@ dir = math.rad(110)
 
 return { generator = function()
 	local x, y = rng.range(-width/2, width), rng.range(-height/2, height)
-	local vel = rng.float(32, 48)
+	local vel = rng.float(60, 120)
 
 	return {
 		life = 30,
-- 
GitLab