Melnorme bridge turns purple at the right time

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@340 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2002-12-05 03:13:51 +00:00
parent 45bab537eb
commit 3f8aafcfba
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1232,9 +1232,11 @@ NatureOfConversation (RESPONSE_REF R)
{
/* Melnorme reports any news and turns purple */
NPCPhrase (BUY_OR_SELL);
AlienTalkSegue(1);
XFormPLUT (GetColorMapAddress (
SetAbsColorMapIndex (CommData.AlienColorMap, 1)
), ONE_SECOND / 2);
AlienTalkSegue((COUNT)~0);
}
else if (PLAYER_SAID (R, why_turned_purple))
{