First contact at homeworld greeting fix (bug #638)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1699 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -643,13 +643,14 @@ Intro (void)
|
||||
{
|
||||
RESPONSE_FUNC RespFunc;
|
||||
|
||||
NPCPhrase (INIT_HELLO);
|
||||
if (GET_GAME_STATE (ARILOU_SPACE_SIDE) <= 1)
|
||||
{
|
||||
NPCPhrase (INIT_HELLO);
|
||||
RespFunc = (RESPONSE_FUNC)FriendlySpaceArilou;
|
||||
}
|
||||
else
|
||||
{
|
||||
NPCPhrase (FRDLY_HOMEWORLD_HELLO_1);
|
||||
RespFunc = (RESPONSE_FUNC)ArilouHome;
|
||||
SET_GAME_STATE (ARILOU_HOME_VISITS, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user