diff --git a/Source/towners.cpp b/Source/towners.cpp index 0e06edfa9..3e21a4844 100644 --- a/Source/towners.cpp +++ b/Source/towners.cpp @@ -744,6 +744,8 @@ void TalkToGirl(PlayerStruct &player, TownerStruct &girl) case QUEST_ACTIVE: InitQTextMsg(TEXT_GIRL3); return; + case QUEST_DONE: + return; default: PlaySFX(Texts[TEXT_GIRL1].sfxnr); return;