-impl all potions, and race: drow

This commit is contained in:
a25liang
2024-07-12 14:42:20 -04:00
parent c68330b3e3
commit de22f4c1aa
14 changed files with 247 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include <algorithm>
restore_health::restore_health():
potion{potion_type::restore_health, -1} {}
potion{potion_type::restore_health, 1} {}
void restore_health::apply(enum race &race, int &HP, int &ATK, int &DEF,
float &base_hit_rate) {