From b3e4498e525a41df13ab22d3ad209ed4f71c7a86 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 15 Jan 2026 02:54:01 -0700 Subject: MORE WORDS YIPPEE --- src/mad-libs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mad-libs.h') 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]; -- cgit v1.2.3