diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-15 09:54:01 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-15 09:54:01 +0000 |
| commit | b3e4498e525a41df13ab22d3ad209ed4f71c7a86 (patch) | |
| tree | 666b2e1f0b8f436b21123e71de09b6b97a7d004a /src/mad-libs.h | |
| parent | 1b6cb396a429310e2d374fb276efbefe3f6c2fc7 (diff) | |
| download | FindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.tar.gz FindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.tar.bz2 FindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.zip | |
MORE WORDS YIPPEE
Diffstat (limited to 'src/mad-libs.h')
| -rw-r--r-- | src/mad-libs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mad-libs.h b/src/mad-libs.h index 52fff1b..99f682a 100644 --- a/src/mad-libs.h +++ b/src/mad-libs.h @@ -14,10 +14,10 @@ #define MAD_LIBS_MAX 24 -#define NOUN_COUNT 43 -#define VERB_COUNT 31 -#define ADVERB_COUNT 25 -#define ADJECTIVE_COUNT 35 +#define NOUN_COUNT 46 +#define VERB_COUNT 34 +#define ADVERB_COUNT 27 +#define ADJECTIVE_COUNT 38 extern const char madLibsNouns[NOUN_COUNT][MAD_LIBS_MAX]; extern const char madLibsVerbs[VERB_COUNT][MAD_LIBS_MAX]; |
