summaryrefslogtreecommitdiff
path: root/npc/005-1/ayasha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/ayasha.txt')
-rw-r--r--npc/005-1/ayasha.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt
index eb0c761d5..ea51a54be 100644
--- a/npc/005-1/ayasha.txt
+++ b/npc/005-1/ayasha.txt
@@ -14,8 +14,8 @@
// 4: Reward given
005-1,52,81,0 script Ayasha NPC_HUMAN_FEMALE_NOOB,{
+ showavatar NPC_HUMAN_FEMALE_NOOB; // this is handled by avatars.xml
-
function quest_findAllKids
{
setq CandorQuest_HAS, 2;
@@ -132,7 +132,7 @@ L_DoRent:
OnInit:
.sex = G_FEMALE;
.distance = 5;
- .RENT_TIME=0;
+ .RENT_TIME=0; // TODO: This could easily be a $GLOBAL_VARIABLE
end;
}