summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-0/sailors.txt8
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;