diff --git a/game/modules/tome/class/Grid.lua b/game/modules/tome/class/Grid.lua
index b7ae4db6bf4cc6e0be026894da856ef5a79f76c6..4204c11a671b456a487456f6cf6be4d2167c3752 100644
--- a/game/modules/tome/class/Grid.lua
+++ b/game/modules/tome/class/Grid.lua
@@ -160,7 +160,7 @@ function _M:makeTrees(base, max, bigheight_limit, tint)
 			display_scale = 1,
 			display_scale = rng.float(0.5 + inb / 6, 1),
 			display_x = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
-			display_y = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3) - (treeid < (bigheight_limit or 9) and 0 or 1),
+			display_y = rng.float(-1 / 5 * nb / 3, 1 / 4 * nb / 3) - (treeid < (bigheight_limit or 9) and 0 or 1),
 			display_on_seen = true,
 			display_on_remember = true,
 			display_h = treeid < (bigheight_limit or 9) and 1 or 2,