From 7635a1f5f409509dfca3aa2105a35f2a554ae77a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 2 Jun 2024 20:57:19 -0300 Subject: Forcefully fix Laura race condition. --- npc/027-1/laura.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index 06a5e227f..4c9ac1129 100644 --- a/npc/027-1/laura.txt +++ b/npc/027-1/laura.txt @@ -9,6 +9,12 @@ mesn; mesq l("Hello, and welcome to the Magic Academy."); + if (!MGQUEST) { + next; + mesn; + mesq l("Sorry, but I don't have time to play the guide with new faces. You'll need to find someone else."); + close; + } next; mesn; mesq l("I love living here, but I wish people weren't locked inside the rooms all time."); -- cgit v1.2.3-70-g09d2