mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 19:14:00 +00:00
HttT: don't kill Gryphons in the recall list
The player can't have recruited Gryphons yet, but may have summoned them using `:create'. Don't kill any such Gryphons, only the one added by the event.
This commit is contained in:
parent
0c6619905a
commit
9cfe76253e
|
@ -540,6 +540,7 @@
|
|||
# This kills the gryphon unit so it can travel some more
|
||||
[kill]
|
||||
type=Gryphon
|
||||
x,y=13,23
|
||||
[/kill]
|
||||
|
||||
[move_unit_fake]
|
||||
|
@ -614,6 +615,7 @@
|
|||
# This gets rid of the gryphon
|
||||
[kill]
|
||||
type=Gryphon
|
||||
x,y=15,19
|
||||
[/kill]
|
||||
|
||||
[unit]
|
||||
|
@ -642,6 +644,7 @@
|
|||
# This gets rid of the gryphon rider
|
||||
[kill]
|
||||
type=Gryphon Rider
|
||||
x,y=15,19
|
||||
[/kill]
|
||||
|
||||
[move_unit_fake]
|
||||
|
|
Loading…
Reference in New Issue
Block a user