2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

Initial CEnergyBall, update submodules, various fixes

This commit is contained in:
2019-08-31 02:02:21 -07:00
parent 3ca09f60db
commit 256994c199
19 changed files with 195 additions and 101 deletions

View File

@@ -337,6 +337,7 @@ public:
void TryCover(CStateManager& mgr, int arg);
void TryWallHang(CStateManager& mgr, int arg);
void TryKnockBack(CStateManager& mgr, int arg);
void TryGenerateDeactivate(CStateManager& mgr, int arg);
virtual bool KnockbackWhenFrozen() const { return true; }
virtual void MassiveDeath(CStateManager& mgr);