Remove changing of m_szFriends on TalkInit (#58)

This commit is contained in:
Roman Chistokhodov 2019-02-12 05:01:29 +03:00 committed by Alibek Omarov
parent 59269b1bb0
commit 43d63a1448
1 changed files with 0 additions and 6 deletions

View File

@ -695,12 +695,6 @@ void CScientist::TalkInit()
{
CTalkMonster::TalkInit();
// scientist will try to talk to friends in this order:
m_szFriends[0] = "monster_scientist";
m_szFriends[1] = "monster_sitting_scientist";
m_szFriends[2] = "monster_barney";
// scientists speach group names (group names are in sentences.txt)
m_szGrp[TLK_ANSWER] = "SC_ANSWER";