diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 20:42:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 20:42:26 -0300 |
commit | 17126f6ee39da5ad2734245eb765f626f26ad4f9 (patch) | |
tree | bd11809a2826f09b3a64e9ba77af673b960493d2 /npc/020-7/workers.txt | |
parent | 8098cd28ddb776157f5dfe8986f330e0468ae303 (diff) | |
download | serverdata-17126f6ee39da5ad2734245eb765f626f26ad4f9.tar.gz serverdata-17126f6ee39da5ad2734245eb765f626f26ad4f9.tar.bz2 serverdata-17126f6ee39da5ad2734245eb765f626f26ad4f9.tar.xz serverdata-17126f6ee39da5ad2734245eb765f626f26ad4f9.zip |
Placeholders for Elias and Blue Sage. We still need Peetu, the boss, everyone...
...the Blue Sage code from TMW Org. too, besides Airlia act....
Diffstat (limited to 'npc/020-7/workers.txt')
-rw-r--r-- | npc/020-7/workers.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/020-7/workers.txt b/npc/020-7/workers.txt index 5c4683e95..2e7388e8f 100644 --- a/npc/020-7/workers.txt +++ b/npc/020-7/workers.txt @@ -16,6 +16,8 @@ switch (.@q) { case 1: case 2: + case 13: + case 14: break; case 3: case 4: @@ -125,6 +127,8 @@ OnInit: end; OnInit: + .sex=G_FEMALE; + .distance=5; npcsit; end; } |