EI S09: fix Grug telling Gweddry he can recruit the wild ogres after having already done so (#8981)
This commit is contained in:
parent
971073055e
commit
6da672b6e1
1 changed files with 6 additions and 1 deletions
|
@ -1146,7 +1146,7 @@ I shall not fall here."
|
|||
[event]
|
||||
name=grug_ogre_message
|
||||
[event]
|
||||
name=side 1 turn,side 1 turn end
|
||||
name=side 1 turn,side 1 turn end,grug_ogre_now
|
||||
[if]
|
||||
[have_unit]
|
||||
id=Grug
|
||||
|
@ -1299,6 +1299,11 @@ I shall not fall here."
|
|||
{FIND_NEARBY id=Grug 39 29 99}
|
||||
{FIND_NEARBY side=5 $found_unit.x $found_unit.y 99}
|
||||
|
||||
{GRUG_OGRE_MESSAGE}
|
||||
[fire_event]
|
||||
name=grug_ogre_now
|
||||
[/fire_event]
|
||||
|
||||
[message]
|
||||
image_pos=right
|
||||
x,y=$found_unit.x,$found_unit.y
|
||||
|
|
Loading…
Add table
Reference in a new issue