Switch [kill] from locations to unit types and ids,

...this should fix a missing story-character bug.
This commit is contained in:
Alexander van Gessel 2008-11-28 18:49:34 +01:00
parent abaeb65245
commit 3f85673d5a
2 changed files with 8 additions and 7 deletions

View file

@ -181,6 +181,7 @@
[/modifications]
[/unit]
[unit]
id=rider
generate_name=yes
type=Dwarvish Fighter
x=17
@ -516,7 +517,7 @@
# This kills the gryphon unit so it can travel some more
[kill]
x,y=13,23
type=Gryphon
[/kill]
[move_unit_fake]
@ -578,7 +579,7 @@
# This gets rid of the dwarvish rider
[kill]
x,y=17,19
id=rider
[/kill]
[move_unit_fake]
@ -588,9 +589,9 @@
y=19,18,19
[/move_unit_fake]
# This gets ride of the gryphon
# This gets rid of the gryphon
[kill]
x,y=15,19
type=Gryphon
[/kill]
[unit]
@ -618,7 +619,7 @@
# This gets rid of the gryphon rider
[kill]
x,y=15,19
type=Gryphon Rider
[/kill]
[move_unit_fake]
@ -645,7 +646,7 @@
# This gets rid of the gryphon tender unit
[kill]
x,y=14,22
id=Gryphon Tender
[/kill]
[/then]
[/if]

View file

@ -1633,4 +1633,4 @@
end=101
image="misc/blank-hex.png"
[/sling_stone_frame]
#enddef
#enddef