diff options
Diffstat (limited to 'npc/004-3/melune.txt')
-rw-r--r-- | npc/004-3/melune.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/004-3/melune.txt b/npc/004-3/melune.txt index 41b3011b7..0f498fcc8 100644 --- a/npc/004-3/melune.txt +++ b/npc/004-3/melune.txt @@ -2,15 +2,19 @@ // Authors: // Jesusalva // Description: -// - +// Leatherwork: Cowboy Hats and Jeans Chaps. Mother of Nowhere Family. 004-3,85,22,0 script Melune NPC_INDIGENOUS_WIFE,{ mesn; - mesq l("Greetings, traveler."); + mesq l("Greetings, traveler. My name is Melune, and I'm Darug's wife."); + next; + mesn; + mesq l("My children and grandchildren have all moved to the Land of Fire, so the amount of leatherwork I can offer you is limited."); close; OnInit: .distance = 4; + .sex = G_FEMALE; end; } |