diff options
-rw-r--r-- | npc/002-1/alige.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 1eee9461e..71cc307c7 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -29,6 +29,13 @@ L_Weak: mesc l("You thought there was someone here. It must have been your imagination."); + if (@seenalige) + goto L_Noob; + @seenalige=true; + close; + +L_Noob: + mesc l("Protip: You need level %d or higher to do this quest.", 42), 1; close; L_Revolt: |