diff options
Diffstat (limited to 'npc/003-1/luca.txt')
-rw-r--r-- | npc/003-1/luca.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/luca.txt b/npc/003-1/luca.txt index 77cafdb19..4c98f166e 100644 --- a/npc/003-1/luca.txt +++ b/npc/003-1/luca.txt @@ -16,6 +16,6 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 13); .sex = G_MALE; - .distance = 5; + .distance = 3; end; } |