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

woolen => woollen

fix the text of the mage quest


git-svn-id: http://svn.net-core.org/repos/t-engine4@793 51575b47-30f0-44d4-a5cc-537603b46e54
parent 77efee3f
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ newChat{ id="welcome",
Good day to you fellow traveller!]],
answers = {
{"What brings an apprentice mage in the wilds?", jump="quest", cond=function(npc, player) return not player:hasQuest("mage-apprentice") end},
{"I have a staff for you!",
{"I have something for you!",
jump="welcome",
cond=function(npc, player) return player:hasQuest("mage-apprentice") and player:hasQuest("mage-apprentice"):can_offer(player) end,
action=function(npc, player, dialog) player:hasQuest("mage-apprentice"):collect_staff(player, dialog) end
......
......@@ -37,7 +37,7 @@ newEntity{ base = "BASE_CLOTH_ARMOR",
}
newEntity{ base = "BASE_CLOTH_ARMOR",
name = "woolen robe",
name = "woollen robe",
level_range = {10, 20},
cost = 1.5,
material_level = 2,
......
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