This commit is contained in:
parent
4c93823479
commit
f701f34dc4
25 changed files with 264 additions and 276 deletions
|
@ -199,6 +199,10 @@
|
|||
#include "enemy\nbuttfly.h"
|
||||
#endif
|
||||
|
||||
#ifndef __ENEMY_NPROJJF_H__
|
||||
#include "enemy\nprojjf.h"
|
||||
#endif
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Enemy NPCs
|
||||
|
@ -450,6 +454,12 @@ CNpcEnemy *CNpcEnemy::Create(int enemyType)
|
|||
break;
|
||||
}
|
||||
|
||||
case CNpcEnemy::NPC_PROJECTILE_JELLYFISH:
|
||||
{
|
||||
enemy = new ("projectile jellyfish") CNpcSmallJellyfishProjectileEnemy;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
SYSTEM_DBGMSG("UNKNOWN %i\n",enemyType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue