This commit is contained in:
parent
3ea8916a41
commit
0112cd13e2
10 changed files with 112 additions and 25 deletions
|
@ -362,12 +362,12 @@ CNpcEnemy *CNpcEnemy::Create(sThingActor *ThisActor)
|
|||
{
|
||||
printf("NPC_MOTHER_JELLYFISH\n");
|
||||
|
||||
if ( CLevel::getCurrentChapterLevel() == 4 )
|
||||
/*if ( CLevel::getCurrentChapterLevel() == 4 )
|
||||
{
|
||||
enemy = new ("mother jellyfish background") CNpcMotherJellyfishBackground;
|
||||
enemyType = NPC_MOTHER_JELLYFISH_BACKGROUND;
|
||||
}
|
||||
else
|
||||
else*/
|
||||
{
|
||||
enemy = new ("mother jellyfish") CNpcMotherJellyfishEnemy;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue