From 183e39d9ebfe6e48e5ce666dee36b5347d47f53e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 12 Sep 2025 18:06:17 +0800 Subject: feat: add unique modifier to dice calculations and parsing --- src/types.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.rs') diff --git a/src/types.rs b/src/types.rs index a88cbab..6f4c54c 100644 --- a/src/types.rs +++ b/src/types.rs @@ -26,6 +26,7 @@ pub enum DiceModifier { KeepLow(i32), // klX DropHigh(i32), // dhX DropLow(i32), // dlX + Unique, // u } -- cgit v1.2.3-70-g09d2