From fbed4a4d281a466f0a76b0dccd21e6f85f610543 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 20:59:24 -0300 Subject: Peetu's placeholder + distance and gender to staff --- npc/020-7-1/janitors.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/020-7-1/janitors.txt') 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; } -- cgit v1.2.3-70-g09d2