HttT S15: Fixed dialogue inconsistency
This commit is contained in:
parent
5e5e134e5e
commit
3b361968ce
1 changed files with 36 additions and 2 deletions
|
@ -232,13 +232,31 @@
|
|||
[/message]
|
||||
[message]
|
||||
x,y=6,23
|
||||
message= _ "I am of the merfolk, dweller of the vast oceans! Do not ask me what I am doing in a cave. My lord can be somewhat eccentric. We are fighting at the side of your fellow cave-dwellers to drive back the orcs and trolls."
|
||||
male_message= _ "I am a merman, dweller of the vast oceans! Do not ask me what I am doing in a cave. My lord can be somewhat eccentric. We are fighting at the side of your fellow cave-dwellers to drive back the orcs and trolls."
|
||||
female_message= _ "I am a mermaid, dweller of the vast oceans! Do not ask me what I am doing in a cave. My lord can be somewhat eccentric. We are fighting at the side of your fellow cave-dwellers to drive back the orcs and trolls."
|
||||
[/message]
|
||||
[message]
|
||||
speaker=Ulfdain
|
||||
[show_if]
|
||||
[have_unit]
|
||||
x,y=6,23
|
||||
gender=male
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
# wmllint: directory spelling mer-mahn
|
||||
message= _ "(sniffs) A mer-mahn. Never heard of it. I doubt yer as tasty as my friends here."
|
||||
[/message]
|
||||
[message]
|
||||
speaker=Ulfdain
|
||||
[show_if]
|
||||
[have_unit]
|
||||
x,y=6,23
|
||||
gender=female
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
# wmllint: directory spelling mer-mead
|
||||
message= _ "(sniffs) A mer-mead. Never heard of it. I doubt yer as tasty as my friends here."
|
||||
[/message]
|
||||
[message]
|
||||
x,y=6,23
|
||||
message= _ "Why are you down here? Are those... troll carcasses?"
|
||||
|
@ -288,7 +306,7 @@
|
|||
[/message]
|
||||
[teleport]
|
||||
[filter]
|
||||
x,y=$x1,$y1
|
||||
id=$unit.id
|
||||
[/filter]
|
||||
x,y=13,22
|
||||
[/teleport]
|
||||
|
@ -306,8 +324,24 @@
|
|||
[/place_shroud]
|
||||
[message]
|
||||
speaker=Ulfdain
|
||||
[show_if]
|
||||
[have_unit]
|
||||
id=$unit.id
|
||||
gender=male
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
message= _ "Well, mer-mahn, we made it. I will fight for yer lord. He sounds like a brave fellow."
|
||||
[/message]
|
||||
[message]
|
||||
speaker=Ulfdain
|
||||
[show_if]
|
||||
[have_unit]
|
||||
id=$unit.id
|
||||
gender=female
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
message= _ "Well, mer-mead, we made it. I will fight for yer lord. He sounds like a brave fellow."
|
||||
[/message]
|
||||
{CLEAR_VARIABLE stored_Ulfdain}
|
||||
[/event]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue