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