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

@ -4,6 +4,7 @@
#include "../potion.h"
class restore_health final: public potion {
static const int GAIN_HEALTH = 5;
public:
restore_health(const position &pos);
void apply(const enum race &race, int &HP, int &ATK, int &DEF,