diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/aidan.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 60e7ce9e0..32ad9fe81 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -66,6 +66,8 @@ } while (@menu != 4); } + if (BaseLevel < 10) goto L_Weak; + if (MPQUEST == 0) Register; @@ -78,6 +80,12 @@ goto L_Assign; close; // Will never be reach. +L_Weak: + mesn; + mesq l("How did you even get here? Go back to Candor, where you belong!"); + percentheal -20, 0; + close; + L_Register: next; mesn; |