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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@825 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1356d273
No related branches found
No related tags found
No related merge requests found
......@@ -534,7 +534,7 @@ function _M:setupCommands()
[{"_d","ctrl"}] = function()
if config.settings.tome.cheat then
self.player:forceLevelup(50)
-- self:changeLevel(1, "wilderness-arda-fareast")
self:changeLevel(1, "rak-shor-pride")
end
end,
}
......
......@@ -18,5 +18,5 @@
-- darkgod@te4.org
load("/data/general/grids/basic.lua")
load("/data/general/grids/forest.lua")
load("/data/general/grids/sand.lua")
load("/data/general/grids/water.lua")
......@@ -34,9 +34,9 @@ return {
class = "engine.generator.map.Town",
building_chance = 70,
max_building_w = 8, max_building_h = 8,
edge_entrances = {8,2},
floor = "FLOOR",
external_floor = "GRASS",
edge_entrances = {6,4},
floor = "SAND",
external_floor = "SAND",
wall = "WALL",
up = "UP",
down = "DOWN",
......
No preview for this file type
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