aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-11-03 17:36:21 +0100
committerRenaud G <renaud@rolisteam.org>2016-11-03 17:36:21 +0100
commit9d389e561339e4fd7a68d60f593ad233e3941d13 (patch)
tree39e98d9d3a612be9c6cf449f5a7a5dfdf4593865 /diceparser.h
parent120add8ca2f3a7e075b415a611bcd09034bd6200 (diff)
downloadOneRoll-9d389e561339e4fd7a68d60f593ad233e3941d13.tar.gz
OneRoll-9d389e561339e4fd7a68d60f593ad233e3941d13.zip
-Add FilterNode to dice system.
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h
index 6baef6a..fb56685 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -82,7 +82,7 @@ public:
/**
* @brief The OptionOperator enum gathering all options availables for result.
*/
- enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter};
+ enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter,Filter};
/**
* @brief The CommandOperator enum
*/