aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-15 09:54:01 +0000
committernathan <nathansmith@disroot.org>2026-01-15 09:54:01 +0000
commitb3e4498e525a41df13ab22d3ad209ed4f71c7a86 (patch)
tree666b2e1f0b8f436b21123e71de09b6b97a7d004a /src/entities
parent1b6cb396a429310e2d374fb276efbefe3f6c2fc7 (diff)
downloadFindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.tar.gz
FindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.tar.bz2
FindThings-b3e4498e525a41df13ab22d3ad209ed4f71c7a86.zip
MORE WORDS YIPPEE
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/samantha.c4
1 files changed, 2 insertions, 2 deletions
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;