diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-02 20:57:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-02 20:58:20 -0300 |
commit | 7635a1f5f409509dfca3aa2105a35f2a554ae77a (patch) | |
tree | 67acffc8067af0446fdb86875719380900249ffa /npc/027-1 | |
parent | e607e337818c8afe31c93327e788a10c3fde3c5e (diff) | |
download | serverdata-7635a1f5f409509dfca3aa2105a35f2a554ae77a.tar.gz serverdata-7635a1f5f409509dfca3aa2105a35f2a554ae77a.tar.bz2 serverdata-7635a1f5f409509dfca3aa2105a35f2a554ae77a.tar.xz serverdata-7635a1f5f409509dfca3aa2105a35f2a554ae77a.zip |
Forcefully fix Laura race condition.
Diffstat (limited to 'npc/027-1')
-rw-r--r-- | npc/027-1/laura.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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."); |