Add "classify" keyvalue to override monster classification.
This commit is contained in:
@@ -78,6 +78,11 @@ enum
|
||||
//=========================================================
|
||||
int CMHoundeye :: Classify ( void )
|
||||
{
|
||||
if ( m_iClassifyOverride == -1 ) // helper
|
||||
return CLASS_NONE;
|
||||
else if ( m_iClassifyOverride > 0 )
|
||||
return m_iClassifyOverride; // override
|
||||
|
||||
return CLASS_ALIEN_MONSTER;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user