From 1b1704512b4c83dfa7e17c30f0facc5a7645181a Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 16 Dec 2017 20:37:10 +0000 Subject: Clean up unit parameters a bit. --- src/game/game.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game/game.hpp') 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; -- cgit