Passive nano powers

This commit is contained in:
gsemaj
2022-07-23 18:37:42 -07:00
parent ab4b763f00
commit 723e455b1d
6 changed files with 139 additions and 24 deletions

View File

@@ -99,6 +99,7 @@ struct Player : public Entity, public ICombatant {
virtual bool isAlive() override;
virtual int getCurrentHP() override;
virtual std::vector<EntityRef> getGroupMembers() override;
virtual int32_t getCharType() override;
virtual int32_t getID() override;
virtual void step(time_t currTime) override;