Mycon dialog fixes; sun-device good-bye and reaction to trick

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@742 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-02-12 10:17:46 +00:00
parent b7c9839ec8
commit 1117cdbb62
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ SunDevice (RESPONSE_REF R)
}
else if (PLAYER_SAID (R, i_have_a_cunning_plan))
{
NPCPhrase (DIE_LIAR /* WONT_FALL_FOR_TRICK */);
NPCPhrase (WONT_FALL_FOR_TRICK);
SET_GAME_STATE (NO_TRICK_AT_SUN, 1);
}
+1
View File
@@ -130,6 +130,7 @@ enum
AMBUSH_TAIL,
RAMBLE_TAIL,
WE_GO_TO_IMPLANT,
WONT_FALL_FOR_TRICK,
};
#endif /* _STRINGS_H */