From a18e989616060321f33c60e7f702025e14f23c91 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 4 Feb 2011 16:28:41 +0000
Subject: [PATCH] plop

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

diff --git a/game/modules/tome/class/Grid.lua b/game/modules/tome/class/Grid.lua
index 09c29dad21..304bb697ed 100644
--- a/game/modules/tome/class/Grid.lua
+++ b/game/modules/tome/class/Grid.lua
@@ -98,7 +98,7 @@ function _M:makeTrees(base, max)
 		local inb = 4 - nb
 		return engine.Entity.new{
 			z = z,
-			display_scale = rng.float(0.5 + inb / 6, 1.6),
+			display_scale = rng.float(0.5 + inb / 6, 1.3),
 			display_x = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
 			display_y = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
 			display_on_seen = true,
@@ -134,7 +134,7 @@ function _M:makeCrystals(base, max)
 		b = b / maxcol
 		return engine.Entity.new{
 			z = z,
-			display_scale = rng.float(0.5 + inb / 6, 1.6),
+			display_scale = rng.float(0.5 + inb / 6, 1.3),
 			display_x = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
 			display_y = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
 			display_on_seen = true,
-- 
GitLab