summaryrefslogtreecommitdiff
path: root/npc/014-2-2/valia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/014-2-2/valia.txt')
-rw-r--r--npc/014-2-2/valia.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/014-2-2/valia.txt b/npc/014-2-2/valia.txt
index 09d02c6a3..abd8b7584 100644
--- a/npc/014-2-2/valia.txt
+++ b/npc/014-2-2/valia.txt
@@ -67,6 +67,9 @@ function script GeminiFail {
.@q = getq(HurnscaldQuest_Gemini);
mesn;
mesq l("Greetings, adventurer. I am Valia Gemini, owner of this abode.");
+ // If your level is too low (just reborn), it could break scripts
+ // So close dialog here.
+ if (BaseLevel < 30) close;
next;
mesn;
mesq l("I usually don't let anyone in, but I had to make an exception for the likes of you.");