UtBS S6a: Avoid Dust Devil speaking (resolves #8192).
This commit is contained in:
parent
1c30866f37
commit
76034387ce
1 changed files with 10 additions and 2 deletions
|
@ -1577,11 +1577,15 @@
|
||||||
[/have_unit]
|
[/have_unit]
|
||||||
[/filter_condition]
|
[/filter_condition]
|
||||||
|
|
||||||
|
{CHECK_EXPLORER}
|
||||||
|
|
||||||
[message]
|
[message]
|
||||||
speaker=unit
|
speaker=$explorer.id
|
||||||
message= _ "Look, a crumbling skeleton. I think this might be the body of the dwarven ghost. It shouldn’t take long to dig a shallow grave."
|
message= _ "Look, a crumbling skeleton. I think this might be the body of the dwarven ghost. It shouldn’t take long to dig a shallow grave."
|
||||||
[/message]
|
[/message]
|
||||||
|
|
||||||
|
{CLEAR_VARIABLE explorer}
|
||||||
|
|
||||||
[redraw]
|
[redraw]
|
||||||
[/redraw]
|
[/redraw]
|
||||||
|
|
||||||
|
@ -1589,11 +1593,15 @@
|
||||||
time=1000
|
time=1000
|
||||||
[/delay]
|
[/delay]
|
||||||
|
|
||||||
|
{CHECK_EXPLORER}
|
||||||
|
|
||||||
[message]
|
[message]
|
||||||
speaker=unit
|
speaker=$explorer.id
|
||||||
message= _ "May Eloh, or whatever god you worship, grant you peace and safe passage to the afterlife. We will avenge your death."
|
message= _ "May Eloh, or whatever god you worship, grant you peace and safe passage to the afterlife. We will avenge your death."
|
||||||
[/message]
|
[/message]
|
||||||
|
|
||||||
|
{CLEAR_VARIABLE explorer}
|
||||||
|
|
||||||
# kills dwarf ghost blocking passage
|
# kills dwarf ghost blocking passage
|
||||||
[kill]
|
[kill]
|
||||||
id=Dwarf Ghost
|
id=Dwarf Ghost
|
||||||
|
|
Loading…
Add table
Reference in a new issue