Improved a couple of strings in Dark Forecast.
This commit is contained in:
parent
3773344656
commit
b46538f0e8
1 changed files with 2 additions and 2 deletions
|
@ -1384,11 +1384,11 @@ Note: You need to use the default map settings for the scenario to work right."
|
|||
[/variable]
|
||||
[then]
|
||||
{VARIABLE lose_condition_string ( _ "Death of your leader")}
|
||||
{VARIABLE notes ( _ "Since your team is made up of only one leader, the enemy waves will not be at full strength.")}
|
||||
{VARIABLE notes ( _ "Since your team has only one leader, the enemy waves will not be at full strength.")}
|
||||
[/then]
|
||||
[else]
|
||||
{VARIABLE lose_condition_string ( _ "Death of both of your team’s leaders")}
|
||||
{VARIABLE notes ( _ "Since your team is made up of two leaders, the enemy waves will be at full strength.")}
|
||||
{VARIABLE notes ( _ "Since your team has two leaders, the enemy waves will be at full strength.")}
|
||||
[/else]
|
||||
[/if]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue