Skip to content

Commit

Permalink
Increase sacrifice victims and recipe counts (#3480)
Browse files Browse the repository at this point in the history
- 20 victims per recipe
- 100 recipes in total instead of 60

---------

Co-authored-by: Loobinex <[email protected]>
  • Loading branch information
benlp91 and Loobinex authored Oct 14, 2024
1 parent 38e9063 commit 5c4d1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config_rules.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

#include "config.h"

#define MAX_SACRIFICE_VICTIMS 6
#define MAX_SACRIFICE_RECIPES 60
#define MAX_SACRIFICE_VICTIMS 20
#define MAX_SACRIFICE_RECIPES 100

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 5c4d1b6

Please sign in to comment.