Skip to content

Commit

Permalink
Create enum for dice results
Browse files Browse the repository at this point in the history
  • Loading branch information
thexhr committed Jan 9, 2025
1 parent 82ae54f commit 8b8a016
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions isscrolls.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,15 @@ enum oracle_json {
JSON_SETTLEMENT,
};

enum dice_results {
MISS = 2,
MISS_MATCH = 12,
WEAK = 4,
WEAK_MATCH = 14,
STRONG = 8,
STRONG_MATCH = 18,
};

enum how_to_change_values {
INCREASE,
DECREASE,
Expand Down

0 comments on commit 8b8a016

Please sign in to comment.