Update monster IRelationship to match Sven Co-op 5.x table.

This commit is contained in:
Julian
2020-06-08 03:52:27 -03:00
parent 7fcf39b6d3
commit 769ec8852f
3 changed files with 22 additions and 16 deletions

View File

@@ -80,6 +80,8 @@ typedef void (CMBaseEntity::*USEPTR)( edict_t *pActivator, edict_t *pCaller, USE
#define CLASS_PLAYER_ALLY 11
#define CLASS_PLAYER_BIOWEAPON 12 // hornets and snarks.launched by players
#define CLASS_ALIEN_BIOWEAPON 13 // hornets and snarks.launched by the alien menace
#define CLASS_RACEX_PITDRONE 14
#define CLASS_RACEX_SHOCK 15
#define CLASS_BARNACLE 99 // special because no one pays attention to it, and it eats a wide cross-section of creatures.
class CMBaseEntity;