diff options
-rw-r--r-- | npc/003-1/michel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt index c6665e932..1a810b3e2 100644 --- a/npc/003-1/michel.txt +++ b/npc/003-1/michel.txt @@ -1,13 +1,13 @@ // Author: // Saulc -003-1,89,109,0 script Michel NPC_MONA,{ +003-1,89,109,0 script Michel NPC_BACCHUS,{ hello; OnInit: .sex = G_MALE; - .distance = 3; + .distance = 5; end; } |