fixed issue with potion output, added extras menu for player race selection

This commit is contained in:
2024-07-18 13:59:58 -04:00
parent dfea74ed42
commit 12fcde6a3b
6 changed files with 70 additions and 76 deletions

View File

@ -11,7 +11,7 @@ enum race : int;
class menu final {
private:
const feature enabled_features;
position cur;
size_t curr;
public:
menu(const feature enabled_features);
int run(input *in);