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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1116 51575b47-30f0-44d4-a5cc-537603b46e54
parent fdb9dd99
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ local name_rules = {
local possible_types = {
{ name="lost warrior", random="male", chance=70,
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I thought too many battles, I fear I will not make it. Would you help me?]],
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I fought too many battles, I fear I will not make it. Would you help me?]],
actor = {
type = "humanoid", subtype = "human",
display = "@", color=colors.UMBER,
......@@ -97,7 +97,7 @@ local possible_types = {
},
},
{ name="repented thief", random="male", chance=70,
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I thought too many battles, I fear I will not make it. Would you help me?]],
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I fought too many battles, I fear I will not make it. Would you help me?]],
actor = {
name = "%s, the repented thief",
type = "humanoid", subtype = "hobbit",
......@@ -123,7 +123,7 @@ local possible_types = {
},
},
{ name="lone alchemist", random="male", chance=70,
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I thought too many battles, I fear I will not make it. Would you help me?]],
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I fought too many battles, I fear I will not make it. Would you help me?]],
actor = {
name = "%s, the lone alchemist",
type = "humanoid", subtype = "human",
......@@ -149,7 +149,7 @@ local possible_types = {
},
},
{ name="lost sun paladin", random="female", chance=70,
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I thought too many battles, I fear I will not make it. Would you help me?]],
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I fought too many battles, I fear I will not make it. Would you help me?]],
actor = {
name = "%s, the lost sun paladin",
type = "humanoid", subtype = "human", female=true,
......@@ -175,7 +175,7 @@ local possible_types = {
},
},
{ name="lost anorithil", random="female", chance=70,
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I thought too many battles, I fear I will not make it. Would you help me?]],
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I fought too many battles, I fear I will not make it. Would you help me?]],
actor = {
name = "%s, the lost anorithil",
type = "humanoid", subtype = "human", female=true,
......@@ -201,7 +201,7 @@ local possible_types = {
},
},
{ name="worried loremaster", random="female", chance=30,
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I thought too many battles, I fear I will not make it. Would you help me?]],
text = [[Please help me! I am afraid I lost myself in this place, I know there is a recall portal left around there by a friend, but I fought too many battles, I fear I will not make it. Would you help me?]],
actor = {
name = "%s, the worried loremaster",
type = "humanoid", subtype = "human", female=true,
......
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