DiD S8: Disallow undead bat from retrieving the Book.
Resolves #7485.
(cherry picked from commit e917bf98e6
)
This commit is contained in:
parent
98324ee4c2
commit
808c556654
1 changed files with 26 additions and 0 deletions
|
@ -949,6 +949,10 @@
|
|||
[not]
|
||||
type_adv_tree=Ghost,Vampire Bat
|
||||
[/not]
|
||||
[not]
|
||||
type_adv_tree=Walking Corpse
|
||||
variation=bat
|
||||
[/not]
|
||||
[not]
|
||||
# this unit does not advance normally so each type has to be listed individually
|
||||
type=Spectral Servant,Phantom,Eidolon
|
||||
|
@ -1033,6 +1037,28 @@
|
|||
[/message]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
first_time_only=no
|
||||
[filter]
|
||||
x=$bookX
|
||||
y=$bookY
|
||||
side=1
|
||||
type_adv_tree=Walking Corpse
|
||||
variation=bat
|
||||
[/filter]
|
||||
|
||||
[message]
|
||||
speaker=unit
|
||||
message= _ "..."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=Malin Keshar
|
||||
message= _ "It’s impossible for a bat to carry a book that heavy."
|
||||
[/message]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=time over
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue