diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/sailors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index 4406dd15c..41e960f83 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -17,7 +17,8 @@ if (.@q == 2) goto L_Elmo; if (.@q == 3) - goto L_Complete; + goto L_Complete + if ( BaseLevel < 8) { hello; end; } mesn; mesq l("Ahoy matey!"); |