diff options
-rw-r--r-- | npc/012-2-2/sorfina.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-2-2/sorfina.txt b/npc/012-2-2/sorfina.txt index 3b7c654e..9f389b81 100644 --- a/npc/012-2-2/sorfina.txt +++ b/npc/012-2-2/sorfina.txt @@ -9,7 +9,7 @@ speech lg("Welcome, adventurer."), l("I will never know why people barge in others' houses and get away with it."), - l("Ah, no, I'm telling you to go away. Visits are always welcome, it gets lonely over time. But I don't have anything to offer you otherwise."); + l("Ah, no, I'm not telling you to go away. Visits are always welcome, it gets lonely over time. But I don't have anything to offer you otherwise."); if (LEGACY && countitem(ClothesPack)) goto L_Legacy; close; |