diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/swezanne.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 16e6b4c90..7d1adb984 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -1,3 +1,4 @@ +// TMW-2 Script // Author: // Jesusalva @@ -86,6 +87,6 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 7); .sex = G_FEMALE; - .distance = 3; + .distance = 5; end; } |