This commit is contained in:
parent
429e2197f2
commit
313762dc1a
8 changed files with 105 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue