Thraddash dialog fix (bug #486)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1236 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-09-15 17:13:31 +00:00
parent 490108dfe6
commit e00ce8ec3b
3 changed files with 17 additions and 6 deletions
+2 -1
View File
@@ -160,7 +160,8 @@ enum
OK_CULTURE_20,
fat,
OK_FAT,
the_slave_empire,
the_slave_empire0,
the_slave_empire1,
OK_SLAVE,
FAT_JERKS,
CULTURE,
+9 -2
View File
@@ -430,7 +430,7 @@ ThraddDemeanor (RESPONSE_REF R)
SET_GAME_STATE (THRADD_CULTURE, 2);
}
else if (PLAYER_SAID (R, the_slave_empire))
else if (PLAYER_SAID (R, the_slave_empire0))
{
SET_GAME_STATE (THRADD_CULTURE, 3);
@@ -473,9 +473,16 @@ ThraddCulture (RESPONSE_REF R)
}
NPCPhrase (WHAT_NAME_FOR_CULTURE);
construct_response (
shared_phrase_buf,
the_slave_empire0,
GLOBAL_SIS (CommanderName),
the_slave_empire1,
0);
Response (you_decide, ThraddDemeanor);
Response (fat, ThraddDemeanor);
Response (the_slave_empire, ThraddDemeanor);
DoResponsePhrase (the_slave_empire0, ThraddDemeanor, shared_phrase_buf);
}
static void