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

stuff

git-svn-id: http://svn.net-core.org/repos/t-engine4@6040 51575b47-30f0-44d4-a5cc-537603b46e54
parent b4501b32
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ function _M:init(t, no_default)
self.no_breath = true
self.no_party_class = true
self.no_leave_control = true
self.no_levelup_access = true
-- self.can_change_level = true
-- self.can_change_zone = true
self.display = ' '
......
......@@ -1478,6 +1478,7 @@ do return end
end),
LEVELUP = function()
if self.player.no_levelup_access then return end
self.player:playerLevelup(nil, false)
end,
......
......@@ -85,7 +85,7 @@ if game.player.descriptor.race == "Dwarf" then defineTile('iron-council', "TOWN_
-- Far East
defineTile('gates-of-morning', "TOWN_GATES_OF_MORNING")
quickEntity('high-peak', {always_remember = true, show_tooltip=true, name="High Peak", display='>', color=colors.VIOLET, notice = true, change_level=1, glow=true, change_zone="high-peak"})
defineTile('high-peak', "MOUNTAIN")
defineTile('unremarkable-cave', "UNREMARKABLE_CAVE")
-- Island of Rel
......
......@@ -470,7 +470,8 @@ newEntity{ base="CHARRED_SCAR", define_as = "CHARRED_SCAR_VOLCANO",
color={r=200, g=255, b=55},
display='>', color=colors.RED, back_color=colors.LIGHT_DARK,
add_mos={{image="terrain/lava/volcano_02.png"}}, add_displays={class.new{image="terrain/lava/volcano_02_up.png", display_y=-1, z=18}},
notice = true, change_level=1, change_zone="charred-scar",
notice = true,
--change_level=1, change_zone="charred-scar",
}
newEntity{ base="ZONE_JUNGLE_PLAINS", define_as = "REL_TUNNEL",
......
This diff is collapsed.
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