This commit is contained in:
Overhaul
2007-06-29 10:40:05 +00:00
parent dc441a425d
commit e6024e5151
46 changed files with 4912 additions and 46 deletions
+3 -2
View File
@@ -313,9 +313,10 @@ BOOLEAN CheckOnBoxers( void )
// WANNE: Safty check!
if (ubID < TOTAL_SOLDIERS)
{
if ( FindObjClass( MercPtrs[ ubID ], IC_WEAPON ) == NO_SLOT )
if ( FindObjClass( MercPtrs[ ubID ], IC_WEAPON ) == NO_SLOT &&
IS_MERC_BODY_TYPE( MercPtrs[ ubID ] ) )
{
// no weapon so this guy is a boxer
// no weapon and not a civilian so this guy is a boxer
gubBoxerID[ uiLoop ] = ubID;
}
}