diff options
Diffstat (limited to 'npc/020-1/jossy.txt')
-rw-r--r-- | npc/020-1/jossy.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/020-1/jossy.txt b/npc/020-1/jossy.txt index 1fc8422a..de14c876 100644 --- a/npc/020-1/jossy.txt +++ b/npc/020-1/jossy.txt @@ -8,12 +8,13 @@ 020-1,180,87,0 script Jossy NPC_HUMAN_MALE_BROTHERHOOD,{ speech l("Hi!"), - l("I do't want to talk to you."), + l("I don't want to talk to you."), l("Here, talk to my hand."); + heal -100, 0; close; OnInit: .bodytype = BODYTYPE_2; - .distance = 2; + .distance = 4; end; } |