From cc6f15db25ca00d1330be278e3622bd14fd82e0a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 30 Jun 2018 11:22:54 -0300 Subject: Aidan now hates weaklings --- npc/003-1/aidan.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/003-1') 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; -- cgit v1.2.3-70-g09d2