diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 11:29:38 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 11:29:38 +0000 |
commit | 0e55090e34c7935dcbf211035c230548ccbdec73 (patch) | |
tree | b1b4de5632ed939c84d672922476e6e063f59edf /npc/005-1/sailors.txt | |
parent | b5e1661ad84da5fbe7ac1e69814a63b797a60049 (diff) | |
download | serverdata-0e55090e34c7935dcbf211035c230548ccbdec73.tar.gz serverdata-0e55090e34c7935dcbf211035c230548ccbdec73.tar.bz2 serverdata-0e55090e34c7935dcbf211035c230548ccbdec73.tar.xz serverdata-0e55090e34c7935dcbf211035c230548ccbdec73.zip |
Level required, that's all I can do from mobile
Diffstat (limited to 'npc/005-1/sailors.txt')
-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!"); |