Use correct Commander Hayes phrases when advising the player on the number of landers; bug #1098
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3657 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -677,7 +677,7 @@ AnalyzeCondition (void)
|
||||
if (num_bays < 1)
|
||||
NPCPhrase (NEED_STORAGE_1);
|
||||
if (GLOBAL_SIS (NumLanders) == 0)
|
||||
NPCPhrase (NEED_LANDERS_1);
|
||||
NPCPhrase (NEED_LANDERS_2);
|
||||
if (num_batts < 1)
|
||||
NPCPhrase (NEED_DYNAMOS_1);
|
||||
|
||||
@@ -754,7 +754,7 @@ AnalyzeCondition (void)
|
||||
if (GLOBAL_SIS (FuelOnBoard) < FUEL_TANK_CAPACITY * 3)
|
||||
NPCPhrase (NEED_FUEL_2);
|
||||
if (GLOBAL_SIS (NumLanders) < 3)
|
||||
NPCPhrase (NEED_LANDERS_2);
|
||||
NPCPhrase (NEED_LANDERS_1);
|
||||
if (num_batts < 4)
|
||||
NPCPhrase (NEED_DYNAMOS_2);
|
||||
if (num_defense < 2)
|
||||
|
||||
Reference in New Issue
Block a user