added extra potions

This commit is contained in:
2024-07-18 20:10:53 -04:00
parent b750081a1b
commit 032ba8a39a
23 changed files with 411 additions and 13 deletions

View File

@ -21,7 +21,7 @@ protected:
potion_type type;
int remaining_duration;
position pos;
constexpr static const float DROW_POTION_MUL = 1.5f;
inline static const float DROW_POTION_MUL = 1.5f;
public:
potion(const potion_type type, const int duration, const position &pos);
// apply decrements remaining_duration if it's positive, and