corrected colors

This commit is contained in:
2024-07-13 15:43:21 -04:00
parent 3ae82841f4
commit ccf6dd0582
7 changed files with 7 additions and 15 deletions

View File

@ -2,9 +2,8 @@
#define __VAMPIRE_H__
#include "characters.h"
const int GAIN_HP = 5;
class vampire final: public character {
static const int GAIN_HP = 5;
public:
vampire(RNG *rng, const position &pos);
virtual result attack(const direction dir,