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/entities/samantha.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entities/samantha.c') diff --git a/src/entities/samantha.c b/src/entities/samantha.c index 2455e93..1160505 100644 --- a/src/entities/samantha.c +++ b/src/entities/samantha.c @@ -58,8 +58,8 @@ InteractionCommand interactWithSamantha(Entity* entity, Game* game, char funnies[255]; game->strangeTalkSeed = mapLibs( funnies, - "You must be the @nist I orded to @v my @j @n", - 255, game->strangeTalkSeed); + "I see that you studi @j @nism,\nthough can you @a @v 100 lengths of a @j @n?", + 255, GetTime()); setInteractionChat(chat, funnies); ++samantha->dialogCount; return INTERACTION_TALK; -- cgit v1.2.3