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

Fix Thardus' structure and implement basic behavior

This commit is contained in:
2020-09-06 17:18:46 -07:00
parent 2ca0cd2bdd
commit fb69ae741d
6 changed files with 404 additions and 48 deletions

View File

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