added set_potion_known to player
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user