Remove left and right brackets from dialog
Dialog lines with left and right brackets display as an empty string in the GTK client. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21724 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
bca81dce31
commit
f8d6efb42f
|
@ -2610,10 +2610,10 @@ The dagger from Temple Naive, the bow from Elven Moon, the hammer from Temple Ju
|
|||
You will be presented with a gift.
|
||||
@match gift
|
||||
A useful item...
|
||||
[Strange Old Wizard Grins...]
|
||||
*Strange Old Wizard Grins...*
|
||||
@match where
|
||||
Only the brave, clever adventure is worthy. I can't do everything for you.
|
||||
[Strange Old Wizard Chuckles...]
|
||||
*Strange Old Wizard Chuckles...*
|
||||
@match xoonuf
|
||||
Never heard of anyone by that name.
|
||||
@match vim
|
||||
|
@ -5942,7 +5942,7 @@ end
|
|||
arch magic_mouth
|
||||
msg
|
||||
Your reward lies below...
|
||||
[Strange Old Wizard Vanishes...]
|
||||
*Strange Old Wizard Vanishes...*
|
||||
endmsg
|
||||
x 30
|
||||
y 5
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 1
|
|||
enter_y 19
|
||||
msg
|
||||
Created: 2006-09-16 Brad Reilly
|
||||
Modified: 2012-02-07 Rick Tanner
|
||||
Modified: 2021-01-05 Kevin Zheng
|
||||
endmsg
|
||||
tile_path_4 elvenmoon.2
|
||||
end
|
||||
|
@ -2146,7 +2146,7 @@ We do have a Tower of Vim key.
|
|||
@match where|show|Tower of Vim|Tower of Vim key
|
||||
You will need to find the Queen's White Rose.
|
||||
@match *
|
||||
[you hear the murmur of elvish song]
|
||||
*you hear the murmur of elvish song*
|
||||
endmsg
|
||||
x 15
|
||||
y 9
|
||||
|
@ -2426,16 +2426,6 @@ x 17
|
|||
y 7
|
||||
end
|
||||
arch elf_lass
|
||||
msg
|
||||
@match Queen's White Rose|rose
|
||||
The rose can sometimes be found in the labyrinth.
|
||||
@match labyrinth
|
||||
How else did you arrive here?
|
||||
@match bow
|
||||
The Bow of Elven Moon requires skill and wisdom for one to obtain. Simply look around and the key to finding it will be shown to you.
|
||||
@match *
|
||||
[you hear the murmur of elvish song]
|
||||
endmsg
|
||||
x 17
|
||||
y 7
|
||||
end
|
||||
|
@ -2456,14 +2446,6 @@ x 17
|
|||
y 11
|
||||
end
|
||||
arch elf_lass
|
||||
msg
|
||||
@match Queen's White Rose|rose
|
||||
The rose can sometimes be found in the labyrinth.
|
||||
@match labyrinth
|
||||
How else did you arrive here?
|
||||
@match *
|
||||
[you hear the murmur of elvish song]
|
||||
endmsg
|
||||
x 17
|
||||
y 11
|
||||
end
|
||||
|
@ -2747,14 +2729,14 @@ y 9
|
|||
end
|
||||
arch elf_man
|
||||
msg
|
||||
@match key
|
||||
There are may keys.
|
||||
@match vim
|
||||
We do have a Tower of Vim key.
|
||||
@match where|show|Tower of Vim|Tower of Vim key
|
||||
You will need to find the Queen's White Rose.
|
||||
@match Queen's White Rose|rose
|
||||
The rose can sometimes be found in the labyrinth.
|
||||
@match labyrinth
|
||||
How else did you arrive here?
|
||||
@match bow
|
||||
The Bow of Elven Moon requires skill and wisdom for one to obtain. Simply look around and the key to finding it will be shown to you.
|
||||
@match *
|
||||
[you hear the murmur of elvish song]
|
||||
*you hear the murmur of elvish song*
|
||||
endmsg
|
||||
x 19
|
||||
y 9
|
||||
|
|
Loading…
Reference in New Issue