feat: increased maximum active dice
This commit is contained in:
parent
a8c79ebac5
commit
36e34c2a0f
|
@ -4,7 +4,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifndef MAX_ACTIVE_DICE
|
#ifndef MAX_ACTIVE_DICE
|
||||||
#define MAX_ACTIVE_DICE 5
|
#define MAX_ACTIVE_DICE 20
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum die_type {
|
enum die_type {
|
||||||
|
|
Loading…
Reference in a new issue