From b3de1c209677935fbf3810ac159e266211f4203b Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 8 Feb 2018 19:10:14 -0200 Subject: Minor improvements at Ayasha and Morgan (sprites, hello-es, this sort of stuff) --- npc/005-1/ayasha.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/005-1') diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index ec20dc7be..9bc7b2d2f 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -4,7 +4,7 @@ -005-1,52,81,0 script Ayasha NPC_PLAYER,{ +005-1,52,81,0 script Ayasha NPC_HUMAN_FEMALE_NOOB,{ function quest_findAllKids @@ -61,7 +61,7 @@ close; OnInit: - .sex = G_MALE; + .sex = G_FEMALE; .distance = 3; end; } @@ -104,7 +104,7 @@ OnInit: } end; OnInit: - .sex = G_OTHER; + .sex = G_MALE; .distance = 1; end; } @@ -118,7 +118,7 @@ OnInit: } end; OnInit: - .sex = G_OTHER; + .sex = G_MALE; .distance = 1; end; } @@ -132,7 +132,7 @@ OnInit: } end; OnInit: - .sex = G_OTHER; + .sex = G_MALE; .distance = 1; end; } @@ -146,7 +146,7 @@ OnInit: } end; OnInit: - .sex = G_OTHER; + .sex = G_MALE; .distance = 1; end; } @@ -160,7 +160,7 @@ OnInit: } end; OnInit: - .sex = G_OTHER; + .sex = G_MALE; .distance = 1; end; } -- cgit v1.2.3-60-g2f50