2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 23:26:09 +00:00

CThardus: Fix knee collider, attempt to fix healthbar

This commit is contained in:
2020-09-12 21:07:39 -07:00
parent e512ba1336
commit e64591bbf8
4 changed files with 41 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ public:
void Think(float dt, CStateManager& mgr) override;
float GetThrmalMag() const { return x324_; }
float Get_x324() const { return x324_; }
void SetThermalMag(float val) { x32c_thermalMag = val; }
void SetIsCold(bool v) { x334_isCold = v; }
bool IsUsingPhazonModel() const { return x335_usePhazonModel; }