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.c | |
| parent | 1b6cb396a429310e2d374fb276efbefe3f6c2fc7 (diff) | |
| download | FindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.tar.gz FindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.tar.bz2 FindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.zip | |
MORE WORDS YIPPEE
Diffstat (limited to 'src/mad-libs.c')
| -rw-r--r-- | src/mad-libs.c | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/mad-libs.c b/src/mad-libs.c index bb734bd..edeed29 100644 --- a/src/mad-libs.c +++ b/src/mad-libs.c @@ -45,7 +45,10 @@ const char madLibsNouns[NOUN_COUNT][MAD_LIBS_MAX] = { "spaghetti", "terrorism", "membrane", - "object" + "object", + "cow", + "sandwich", + "tralfamadore" }; const char madLibsVerbs[VERB_COUNT][MAD_LIBS_MAX] = { @@ -79,7 +82,10 @@ const char madLibsVerbs[VERB_COUNT][MAD_LIBS_MAX] = { "associating", "steal", "jaywalk", - "burn" + "burn", + "moo", + "eka-ka-ka", + "punch" }; const char madLibsAdverbs[ADVERB_COUNT][MAD_LIBS_MAX] = { @@ -107,7 +113,9 @@ const char madLibsAdverbs[ADVERB_COUNT][MAD_LIBS_MAX] = { "samanthalli", "meowfullili", "pooppfulli", - "illuminatedli" + "illuminatedli", + "pissfuli", + "poopfuli" }; const char madLibsAdjectives[ADJECTIVE_COUNT][MAD_LIBS_MAX] = { @@ -145,7 +153,10 @@ const char madLibsAdjectives[ADJECTIVE_COUNT][MAD_LIBS_MAX] = { "psyadelic", "nasty", "obdormitionic", - "dialectical" + "dialectical", + "cryptic", + "numbing", + "irregular" }; Seed getRandomMapLibsWord(char* outputString, char type, Seed seed) |
