@@ -1 +1 @@
-Subproject commit fb7dd23ddffb192363b5fe37000e846bcb153e9d
+Subproject commit 3627fac9193a6477e564ec346cb52d1402a08305
@@ -22,9 +22,9 @@ enum class outcome {
struct die_outcome {
friend auto operator<=>(die_outcome const &, die_outcome const &) = default;
+ bool dropped{false};
int roll;
int sides;
- bool dropped{false};
};
// Describe the actual result of rolling (+/-)NdM