From 1411cbb3675514aec055d63f6bac8c828f76886d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Nov 2019 12:28:05 -0300 Subject: Reborn characters should be able to use the ship --- npc/016-1/captain.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index b281e5206..45bfdb2cc 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) + if (BaseLevel < 20 && !REBIRTH) goto L_TooWeak; mesn; -- cgit v1.2.3-60-g2f50