This commit is contained in:
parent
e1ff8eb3c6
commit
eef4e8dc39
16 changed files with 64 additions and 99 deletions
|
@ -207,6 +207,10 @@
|
|||
#include "enemy\nprojjf.h"
|
||||
#endif
|
||||
|
||||
#ifndef __ENEMY_NBOSS_H__
|
||||
#include "enemy\nboss.h"
|
||||
#endif
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Enemy NPCs
|
||||
|
@ -1443,6 +1447,13 @@ void CNpcEnemy::processEvent( GAME_EVENT evt, CThing *sourceThing )
|
|||
|
||||
break;
|
||||
}
|
||||
|
||||
case BOSS_FOUND_EVENT:
|
||||
{
|
||||
addHealthMeter();
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue