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

Fix the lost merchant quest

git-svn-id: http://svn.net-core.org/repos/t-engine4@2215 51575b47-30f0-44d4-a5cc-537603b46e54
parent fa81cbde
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ newEntity{
level_scheme = "player",
max_level = 2,
actor_adjust_level = function(zone, level, e) return zone.base_level + e:getRankLevelAdjust() + level.level-1 + rng.range(-1,2) end,
width = 20, height = 20,
width = 30, height = 30,
no_worldport = true,
ambiant_music = "a_lomos_del_dragon_blanco.ogg",
generator = {
......
......@@ -81,12 +81,13 @@ defineTile('@', "FLOOR", nil, mod.class.NPC.new{
})
startx = 2
starty = 9
starty = 10
return [[
######################
######################
## ##
## ##
## ###### #+### ##
## # # # # ##
## # # # # ##
......@@ -102,5 +103,6 @@ return [[
## # + ##
## ##### ##
## ##
## ##
######################
######################]]
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