Skip to content
Snippets Groups Projects
Commit dd795478 authored by dg's avatar dg
Browse files

fix stairs

git-svn-id: http://svn.net-core.org/repos/t-engine4@3936 51575b47-30f0-44d4-a5cc-537603b46e54
parent aa44a814
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment