diff options
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/artaxe.txt | 2 | ||||
-rw-r--r-- | npc/001-1/cookiemaster.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt index b624a6c7..8a7cbae0 100644 --- a/npc/001-1/artaxe.txt +++ b/npc/001-1/artaxe.txt @@ -16,7 +16,7 @@ close; OnInit: - setnpcsex 1; + setnpcsex G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index 96b24acf..138132d6 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -255,7 +255,7 @@ L_Bye: close; OnInit: - setnpcsex 0; + setnpcsex G_FEMALE; setnpcdistance 2; end; } |