doc: add roll 4d6 keep 3 lowest example

This commit is contained in:
2025-11-19 10:27:30 +01:00
parent 3a3c1487bb
commit c056b4f269
2 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ pub mod die_roll;
pub mod handful_grab;
pub mod handful_roll;
pub mod outcome_keep_highest;
pub mod outcome_keep_lowest;
pub mod outcome_max;
pub mod outcome_min;
pub mod outcome_sum;
pub mod outcome_keep_lowest;