mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-24 05:34:18 +00:00
Remove changing of m_szFriends on TalkInit (#58)
This commit is contained in:
parent
59269b1bb0
commit
43d63a1448
@ -695,12 +695,6 @@ void CScientist::TalkInit()
|
|||||||
{
|
{
|
||||||
CTalkMonster::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)
|
// scientists speach group names (group names are in sentences.txt)
|
||||||
|
|
||||||
m_szGrp[TLK_ANSWER] = "SC_ANSWER";
|
m_szGrp[TLK_ANSWER] = "SC_ANSWER";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user