diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 701135f34..1fefb41de 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -18,7 +18,7 @@ next; mesn; mesq l("But we are working day and night. We hope that soon, more people come out and this place gets lively again."); - if (BaseLevel >= 20 && MPQUEST && .@q < 10) goto L_Quest; + if (BaseLevel >= 20 && MPQUEST && .@q <= 15) goto L_Quest; close; // Paul's quest |