diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index d19d4f39..45396609 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -58,11 +58,11 @@ OnTouch: // So allow them now. if (islegacyaccount()) { // Rebirth system - if (getlegacylevel() > 90) - REBIRTH=1; - // Race selection - BarberChangeRace(); + if (getlegacylevel() > 90) + RebirthPrompt(); + else + BarberChangeRace(); } setcamnpc; |