Browse Source

Update talkmonster friend list.

residual_point
Night Owl 7 years ago
parent
commit
989b68f65d
  1. 3
      dlls/talkmonster.cpp
  2. 2
      dlls/talkmonster.h

3
dlls/talkmonster.cpp

@ -56,6 +56,9 @@ const char *CTalkMonster::m_szFriends[TLK_CFRIENDS] = @@ -56,6 +56,9 @@ const char *CTalkMonster::m_szFriends[TLK_CFRIENDS] =
"monster_barney",
"monster_scientist",
"monster_sitting_scientist",
"monster_otis",
"monster_cleansuit_scientist",
"monster_human_grunt_ally"
};
//=========================================================

2
dlls/talkmonster.h

@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
#define bit_saidHeard (1<<6)
#define bit_saidSmelled (1<<7)
#define TLK_CFRIENDS 3
#define TLK_CFRIENDS 6
typedef enum
{

Loading…
Cancel
Save