added set_potion_known to player

This commit is contained in:
2024-07-20 15:31:41 -04:00
parent 2e4ccf74c7
commit bf796470cd
2 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,8 @@ public:
long_result throw_potion(level *lvl,
std::unique_ptr<potion> p, direction dir);
void set_potion_known(const potion_type &type);
};
#endif