diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-19 22:06:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-19 22:06:40 -0300 |
commit | 65e0a8ed460d5ccb2121030e68d7312124d50779 (patch) | |
tree | 0dc2f05b677fe17de17f0ab4aa3d9acacb7388ea /npc | |
parent | 59838b67a221636c8a68c56baf8226c7c0f94e29 (diff) | |
download | serverdata-65e0a8ed460d5ccb2121030e68d7312124d50779.tar.gz serverdata-65e0a8ed460d5ccb2121030e68d7312124d50779.tar.bz2 serverdata-65e0a8ed460d5ccb2121030e68d7312124d50779.tar.xz serverdata-65e0a8ed460d5ccb2121030e68d7312124d50779.zip |
Since when almighty swords have the need for gender? %%\ :inGame_TODO:
Diffstat (limited to 'npc')
-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) |