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:
@@ -671,11 +671,13 @@ InitialSyreen (RESPONSE_REF R)
|
|||||||
NPCPhrase (OK_NEED);
|
NPCPhrase (OK_NEED);
|
||||||
|
|
||||||
DISABLE_PHRASE (i_need_you);
|
DISABLE_PHRASE (i_need_you);
|
||||||
|
DISABLE_PHRASE (i_need_touch_o_vision);
|
||||||
}
|
}
|
||||||
else if (PLAYER_SAID (R, i_need_touch_o_vision))
|
else if (PLAYER_SAID (R, i_need_touch_o_vision))
|
||||||
{
|
{
|
||||||
NPCPhrase (TOUCH_O_VISION);
|
NPCPhrase (TOUCH_O_VISION);
|
||||||
|
|
||||||
|
DISABLE_PHRASE (i_need_you);
|
||||||
DISABLE_PHRASE (i_need_touch_o_vision);
|
DISABLE_PHRASE (i_need_touch_o_vision);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user