diff options
Diffstat (limited to 'npc/020-7-1/pagefinders.txt')
-rw-r--r-- | npc/020-7-1/pagefinders.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/020-7-1/pagefinders.txt b/npc/020-7-1/pagefinders.txt index 1ee4ca6fc..49d534f90 100644 --- a/npc/020-7-1/pagefinders.txt +++ b/npc/020-7-1/pagefinders.txt @@ -12,6 +12,8 @@ end; OnInit: + .sex=G_MALE; + .distance=5; npcsit; end; } @@ -24,6 +26,8 @@ OnInit: end; OnInit: + .sex=G_FEMALE; + .distance=5; npcsit; end; } @@ -39,6 +43,8 @@ OnInit: end; OnInit: + .sex=G_MALE; + .distance=5; npcsit; end; } |