From 43d63a1448e471ee47db5c706f08adaed2060f78 Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Tue, 12 Feb 2019 05:01:29 +0300 Subject: [PATCH] Remove changing of m_szFriends on TalkInit (#58) --- dlls/scientist.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dlls/scientist.cpp b/dlls/scientist.cpp index 7e94b286..cc506b6f 100644 --- a/dlls/scientist.cpp +++ b/dlls/scientist.cpp @@ -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";