Improved a couple of strings in Dark Forecast.

This commit is contained in:
Steven Panek 2011-10-15 04:38:34 +00:00
parent 3773344656
commit b46538f0e8

View File

@ -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 teams 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]