- impl goblin character class

This commit is contained in:
a25liang
2024-07-02 21:58:56 -04:00
parent bd372f7a47
commit 9086f0773a
7 changed files with 59 additions and 14 deletions

View File

@ -90,7 +90,7 @@ protected:
int gold; // characters spawn with gold
// inventory inventory; // Reserved
float base_hitrate; // requires: between [0,1]
float base_hit_rate; // requires: between [0,1]
bool hostile;
};