Syreen comm: disable both player phrases which produce identical responses when uttering one of them

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3606 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-05-13 16:50:50 +00:00
parent 0694666603
commit b995951b3f
+2
View File
@@ -671,11 +671,13 @@ InitialSyreen (RESPONSE_REF R)
NPCPhrase (OK_NEED);
DISABLE_PHRASE (i_need_you);
DISABLE_PHRASE (i_need_touch_o_vision);
}
else if (PLAYER_SAID (R, i_need_touch_o_vision))
{
NPCPhrase (TOUCH_O_VISION);
DISABLE_PHRASE (i_need_you);
DISABLE_PHRASE (i_need_touch_o_vision);
}