diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-19 15:27:32 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-19 15:27:32 -0300 |
commit | 3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04 (patch) | |
tree | e7271ac148d1ba92ada10c375021d359b8a09d08 /npc/005-1/aahna.txt | |
parent | 0a86f31bd38cb247dc8d06a30a0a82afe922762e (diff) | |
download | serverdata-3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04.tar.gz serverdata-3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04.tar.bz2 serverdata-3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04.tar.xz serverdata-3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04.zip |
Hide and Seek sprites!server-20180219
Diffstat (limited to 'npc/005-1/aahna.txt')
-rw-r--r-- | npc/005-1/aahna.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt index c679ca07d..f270ad189 100644 --- a/npc/005-1/aahna.txt +++ b/npc/005-1/aahna.txt @@ -1,10 +1,10 @@ -005-1,61,43,0 script Aahna NPC_GUARD1,{ +005-1,61,43,0 script Aahna NPC_ELVEN_FEMALE,{ mesn; mesq l("Hello, What a lovely day for a stroll."); close; OnInit: - .sex = G_MALE; - .distance = 3; + .sex = G_FEMALE; + .distance = 5; end; } |