merged AL-races

This commit is contained in:
2024-07-11 12:32:12 -04:00
9 changed files with 122 additions and 19 deletions

View File

@ -16,10 +16,10 @@ public:
virtual result attack(const direction dir,
character_list &chlist) override;
virtual result get_hit(const enum race &race, const int atk,
const float hitrate) override;
const float hit_rate) override;
};
// TODO: fill out the other races
// TODO: implement enemie movement
#endif