changes to characters and potions, work in progress
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
class restore_health final: public potion {
|
||||
public:
|
||||
restore_health();
|
||||
void apply(enum race &race, int &HP, int &ATK, int &DEF,
|
||||
float &base_hit_rate) override;
|
||||
void apply(const enum race &race, int &HP, int &ATK, int &DEF,
|
||||
fraction &base_hit_rate) override;
|
||||
int get_priority() const override;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user