diff options
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index f85e9bee6..4cd93c5cc 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -42,7 +42,7 @@ L_Today: end; OnInit: - .sex = G_MALE; + .sex = G_OTHER; .distance = 2; if ($GAME_STORYLINE < 3) |