From fd070849940355741b69fe5fbdf75a01dcc8f424 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 6 Jan 2026 20:57:09 -0700 Subject: Cool text animation thingy --- src/entities/samantha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/samantha.c') 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) -- cgit v1.2.3