summaryrefslogtreecommitdiff
path: root/npc/functions/gender.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/gender.txt')
-rw-r--r--npc/functions/gender.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/gender.txt b/npc/functions/gender.txt
index 0f153c53..209dcc37 100644
--- a/npc/functions/gender.txt
+++ b/npc/functions/gender.txt
@@ -8,6 +8,6 @@ function script stringToGender {
function script genderToString {
.@gender = getarg(0, Gender);
- return .@gender == GENDER_FEMALE ? l("female") :
- .@gender == GENDER_MALE ? l("male") : l("non-binary");
+ return .@gender == GENDER_FEMALE ? l("boobed") :
+ .@gender == GENDER_MALE ? l("tanky") : l("neutral");
}