aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/samantha.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-07 03:57:09 +0000
committernathan <nathansmith@disroot.org>2026-01-07 03:57:09 +0000
commitfd070849940355741b69fe5fbdf75a01dcc8f424 (patch)
tree068b2d87e5db33fe9978a8a1fd5c3fef8697bd55 /src/entities/samantha.c
parent382cb08822808f57902f67a842259e64afb33e72 (diff)
downloadFindThings-fd070849940355741b69fe5fbdf75a01dcc8f424.tar.gz
FindThings-fd070849940355741b69fe5fbdf75a01dcc8f424.tar.bz2
FindThings-fd070849940355741b69fe5fbdf75a01dcc8f424.zip
Cool text animation thingy
Diffstat (limited to 'src/entities/samantha.c')
-rw-r--r--src/entities/samantha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/samantha.c b/src/entities/samantha.c
index 66b8996..8ee5009 100644
--- a/src/entities/samantha.c
+++ b/src/entities/samantha.c
@@ -49,7 +49,7 @@ InteractionCommand interactWithSamantha(Entity* entity, Game* game,
switch (selection)
{
case SELECTION_INTERACT:
- setInteractionChat(chat, "hihi");
+ setInteractionChat(chat, "hihi, i is thr samantha");
return INTERACTION_TALK;
case SELECTION_NEXT_MESSAGE:
if (samantha->dialogCount == 0)