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