diff options
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r-- | src/game/game.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp index df027ce..3fed3ec 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -117,8 +117,7 @@ namespace game { struct { size_t armor_class; - roll_params_t hit_roll; - roll_params_t damage_roll; + die_t hit_die; } cs; bool dead = false; |