diff --git a/game/modules/tome/data/birth/classes/tutorial.lua b/game/modules/tome/data/birth/classes/tutorial.lua index cbcc4b95cb9d5be171d5b0de9bc89c485e8d3707..e773aec57c04d34a4df52f4dfaa1b89dd83829a0 100644 --- a/game/modules/tome/data/birth/classes/tutorial.lua +++ b/game/modules/tome/data/birth/classes/tutorial.lua @@ -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}, }, }, diff --git a/game/modules/tome/data/birth/races/tutorial.lua b/game/modules/tome/data/birth/races/tutorial.lua index 4d28adb62c152d969ed64acf491afe631f64d902..ca5cd3f32f7d554c54dafee8d62866fb78826f52 100644 --- a/game/modules/tome/data/birth/races/tutorial.lua +++ b/game/modules/tome/data/birth/races/tutorial.lua @@ -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", }, } diff --git a/game/modules/tome/data/zones/tutorial/zone.lua b/game/modules/tome/data/zones/tutorial/zone.lua index f0959d288f2c81a5747017be49089da3c9cd85c3..dfb5f5d73c41b33f13cac9169a79dc8531287c01 100644 --- a/game/modules/tome/data/zones/tutorial/zone.lua +++ b/game/modules/tome/data/zones/tutorial/zone.lua @@ -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",