diff options
Diffstat (limited to 'npc/020-7-1/pagemakers.txt')
-rw-r--r-- | npc/020-7-1/pagemakers.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/020-7-1/pagemakers.txt b/npc/020-7-1/pagemakers.txt index 58188a8ea..24ccee558 100644 --- a/npc/020-7-1/pagemakers.txt +++ b/npc/020-7-1/pagemakers.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; end; } @@ -35,6 +39,8 @@ OnInit: end; OnInit: + .sex=G_MALE; + .distance=5; npcsit; end; } @@ -47,6 +53,8 @@ OnInit: end; OnInit: + .sex=G_MALE; + .distance=5; end; } |