clean potions contants

This commit is contained in:
a25liang
2024-07-17 20:09:16 -04:00
parent ea381c24f6
commit 9bc1170f31
13 changed files with 26 additions and 37 deletions

View File

@ -20,6 +20,7 @@ protected:
potion_type type;
int remaining_duration;
position pos;
constexpr static const float DROW_POTION_MUL = 1.5f;
public:
potion(const potion &p);
potion(potion &&p);