diff options
Diffstat (limited to 'npc/000-2-0')
-rw-r--r-- | npc/000-2-0/billybons.txt | 2 | ||||
-rw-r--r-- | npc/000-2-0/julia.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt index 06d77ab3..17915ca9 100644 --- a/npc/000-2-0/billybons.txt +++ b/npc/000-2-0/billybons.txt @@ -89,7 +89,7 @@ L_Quit: close; OnInit: - setnpcsex 1; + setnpcsex G_MALE; setnpcdistance 3; end; } diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 5085abf9..ef869c61 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -271,7 +271,7 @@ L_Rumors: close; OnInit: - setnpcsex 0; + setnpcsex G_FEMALE; setnpcdistance 10; end; |