MP: use prestart for objectives
that's good practive, because in other cases the player might press ctrl+j and see the default objectives instead. Also, as in these cases it's know that there is exactly one enemy, say so. [ci skip]
This commit is contained in:
parent
5cfe19ec8c
commit
f32fda8073
2 changed files with 4 additions and 6 deletions
|
@ -281,11 +281,11 @@
|
|||
#undef PLACE_HALO
|
||||
|
||||
[event]
|
||||
name=start
|
||||
name=prestart
|
||||
|
||||
[objectives]
|
||||
[objective]
|
||||
description= _ "Defeat enemy leader(s)"
|
||||
description= _ "Defeat the enemy leader"
|
||||
condition=win
|
||||
[/objective]
|
||||
[note]
|
||||
|
|
|
@ -147,14 +147,12 @@
|
|||
{ANIMATED_MAUSOLEUM 10 3}
|
||||
|
||||
[event]
|
||||
name=start
|
||||
name=prestart
|
||||
|
||||
[objectives]
|
||||
[objective]
|
||||
condition=win
|
||||
#textdomain wesnoth
|
||||
description= _ "Defeat enemy leader(s)"
|
||||
#textdomain wesnoth-multiplayer
|
||||
description= _ "Defeat the enemy leader"
|
||||
[/objective]
|
||||
|
||||
[note]
|
||||
|
|
Loading…
Add table
Reference in a new issue