diff options
Diffstat (limited to 'src/entities/samantha.c')
| -rw-r--r-- | src/entities/samantha.c | 4 |
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; |
