-impl all potions, and race: drow
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user