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

Fix tutorial player tile

git-svn-id: http://svn.net-core.org/repos/t-engine4@3935 51575b47-30f0-44d4-a5cc-537603b46e54
parent 055179d7
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ newBirthDescriptor{
unused_stats = 0, unused_talents = 0, unused_generics = 0, unused_talents_types = 0,
resolvers.equip{ id=true,
{type="weapon", subtype="longsword", name="iron longsword", autoreq=true, ego_chance=-1000},
{type="armor", subtype="light", name="rough leather armour", autoreq=true, ego_chance=-1000},
{type="armor", subtype="shield", name="iron shield", autoreq=true, ego_chance=-1000},
},
},
......
......@@ -54,5 +54,7 @@ newBirthDescriptor
starting_zone = "tutorial",
starting_quest = "tutorial",
starting_intro = "tutorial",
moddable_tile = "human_#sex#",
moddable_tile_base = "base_cornac_01.png",
},
}
......@@ -30,6 +30,7 @@ return {
persistent = "zone",
ambient_music = "Woods of Eremae.ogg",
no_level_connectivity = true,
no_worldport = true,
generator = {
map = {
class = "engine.generator.map.Static",
......
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