summaryrefslogtreecommitdiff
path: root/npc/functions/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/barber.txt')
-rw-r--r--npc/functions/barber.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/barber.txt b/npc/functions/barber.txt
index c7004eb8..89701510 100644
--- a/npc/functions/barber.txt
+++ b/npc/functions/barber.txt
@@ -117,9 +117,9 @@ function script BarberChangeGender {
mes(l("Please select the desired body type:"));
menuint(
- l("Boobed"), GENDER_FEMALE,
- l("Tanky"), GENDER_MALE,
- l("Neutral"), GENDER_HIDDEN);
+ l("Body type %i", 1), GENDER_HIDDEN,
+ l("Body type %i", 2), GENDER_FEMALE,
+ l("Body type %i", 3), GENDER_MALE);
Gender = @menuret;
return;