summaryrefslogtreecommitdiff
path: root/npc/020-7-1/janitors.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 20:59:24 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 20:59:24 -0300
commitfbed4a4d281a466f0a76b0dccd21e6f85f610543 (patch)
tree3a40908f7fd6649519cefd0edd08b37cbc723d1c /npc/020-7-1/janitors.txt
parent67887f4b5753ed0d03743153a506fd18015b731e (diff)
downloadserverdata-fbed4a4d281a466f0a76b0dccd21e6f85f610543.tar.gz
serverdata-fbed4a4d281a466f0a76b0dccd21e6f85f610543.tar.bz2
serverdata-fbed4a4d281a466f0a76b0dccd21e6f85f610543.tar.xz
serverdata-fbed4a4d281a466f0a76b0dccd21e6f85f610543.zip
Peetu's placeholder + distance and gender to staff
Diffstat (limited to 'npc/020-7-1/janitors.txt')
-rw-r--r--npc/020-7-1/janitors.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt
index 199a90b8e..a268e243f 100644
--- a/npc/020-7-1/janitors.txt
+++ b/npc/020-7-1/janitors.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;
}
@@ -36,6 +40,8 @@ OnInit:
end;
OnInit:
+ .sex=G_MALE;
+ .distance=5;
end;
}
@@ -48,6 +54,8 @@ OnInit:
end;
OnInit:
+ .sex=G_MALE;
+ .distance=5;
end;
}
@@ -59,6 +67,8 @@ OnInit:
end;
OnInit:
+ .sex=G_FEMALE;
+ .distance=5;
end;
}