This commit is contained in:
Charles 2001-05-10 14:09:06 +00:00
parent 429e2197f2
commit 313762dc1a
8 changed files with 105 additions and 4 deletions

View file

@ -82,6 +82,7 @@ public:
NPC_SHELL,
NPC_PROJECTILE_JELLYFISH,
NPC_MOTHER_JELLYFISH_BACKGROUND,
NPC_SMALL_JELLYFISH_BACKGROUND,
NPC_UNIT_TYPE_MAX,
};
@ -225,6 +226,7 @@ protected:
u8 canBeNetted;
u8 respawning;
u8 canBeSuckedUp;
u8 canCollideWithEnemy;
}
NPC_DATA;