diff options
Diffstat (limited to 'npc/016-1')
-rw-r--r-- | npc/016-1/captain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 45bfdb2cc..5bbbeb1ef 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -6,7 +6,7 @@ 016-1,19,29,0 script Captain NPC_NARD,{ .@price=410; - if (BaseLevel < 20 && !REBIRTH) + if (BaseLevel < 20 && !REBIRTH && !countitem(MirrorLakeArmor)) goto L_TooWeak; mesn; |