float Creature::get_hit() const { return get_hit_base() + get_hit_bonus(); }
int Creature::get_hit() { return get_hit_base() + get_hit_bonus(); }