Merge pull request #648 from sigurdfdragon/HttT_S10_Fixes
HttT s10 fixes
This commit is contained in:
commit
d33e1f339d
1 changed files with 13 additions and 1 deletions
|
@ -21,7 +21,12 @@
|
|||
[objectives]
|
||||
side=1
|
||||
[objective]
|
||||
description= _ "Defeat the mother gryphon and the enemy commander"
|
||||
description= _ "Defeat the enemy leader"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
{BONUS_OBJECTIVE_CAPTION}
|
||||
description= _ "Defeat the mother gryphon before the enemy does"+{OBJECTIVE_FOOTNOTE _"(special bonus)"}
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
|
@ -96,9 +101,12 @@
|
|||
id=Mother Gryphon
|
||||
name= _ "Mother Gryphon"
|
||||
side=3
|
||||
team_name=gryphons
|
||||
user_team_name=_"Gryphons"
|
||||
canrecruit=yes
|
||||
recruit=Gryphon
|
||||
gold=0
|
||||
{NO_INCOME}
|
||||
[ai]
|
||||
{ATTACK_DEPTH 1 3 5}
|
||||
passive_leader=yes
|
||||
|
@ -171,6 +179,8 @@
|
|||
name=get_gryphons
|
||||
value=1
|
||||
[/set_variable]
|
||||
{REMOVE_IMAGE 13 16}
|
||||
{PLACE_IMAGE scenery/nest-empty.png 13 16}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
@ -200,6 +210,8 @@
|
|||
message= _ "Ha ha! We have killed this foul beast of the air, and can deny the rebels its eggs!"
|
||||
[/message]
|
||||
{VARIABLE_OP gryphon_disposition sub 1}
|
||||
{REMOVE_IMAGE 13 16}
|
||||
{PLACE_IMAGE scenery/nest-empty.png 13 16}
|
||||
[/event]
|
||||
[event]
|
||||
name=attack
|
||||
|
|
Loading…
Add table
Reference in a new issue