From dd79547810c09d8bbef0fa30347f23ad7d95deae Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 24 Jul 2011 08:24:45 +0000
Subject: [PATCH] fix stairs

git-svn-id: http://svn.net-core.org/repos/t-engine4@3936 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/zones/grushnak-pride/grids.lua | 2 +-
 game/modules/tome/data/zones/slime-tunnels/grids.lua  | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/game/modules/tome/data/zones/grushnak-pride/grids.lua b/game/modules/tome/data/zones/grushnak-pride/grids.lua
index c784fca8d4..12347c8076 100644
--- a/game/modules/tome/data/zones/grushnak-pride/grids.lua
+++ b/game/modules/tome/data/zones/grushnak-pride/grids.lua
@@ -26,7 +26,7 @@ load("/data/general/grids/forest.lua")
 newEntity{
 	define_as = "SLIME_TUNNELS",
 	name = "entrance to a slimy pit",
-	display = '>', color=colors.LIGHT_GREEN, image = "terrain/underground_floor.png", add_displays = {class.new{image="terrain/ladder_down.png"}},
+	display = '>', color=colors.LIGHT_GREEN, image = "terrain/underground_floor.png", add_displays = {class.new{image="terrain/slime/slime_stair_down_01.png"}},
 	always_remember = true,
 	notice = true,
 	change_level = 1,
diff --git a/game/modules/tome/data/zones/slime-tunnels/grids.lua b/game/modules/tome/data/zones/slime-tunnels/grids.lua
index ea7599aa16..9e999f6206 100644
--- a/game/modules/tome/data/zones/slime-tunnels/grids.lua
+++ b/game/modules/tome/data/zones/slime-tunnels/grids.lua
@@ -60,12 +60,9 @@ newEntity{
 	change_level=1, change_zone="high-peak",
 }
 
-newEntity{
+newEntity{ base = "SLIME_UP",
 	define_as = "UP_GRUSHNAK",
-	name = "exit to Grushnak Pride", image = "terrain/slime/slime_floor_01.png", add_displays = {class.new{image="terrain/ladder_up.png"}},
-	display = '<', color_r=255, color_g=0, color_b=255,
-	always_remember = true,
-	notice = true,
+	name = "exit to Grushnak Pride",
 	change_level = 5,
 	change_zone = "grushnak-pride",
 	force_down = true,
-- 
GitLab