diff options
Diffstat (limited to 'npc/012-1/hasan.txt')
-rw-r--r-- | npc/012-1/hasan.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/012-1/hasan.txt b/npc/012-1/hasan.txt index 52a53f18..06da9f5d 100644 --- a/npc/012-1/hasan.txt +++ b/npc/012-1/hasan.txt @@ -7,12 +7,13 @@ 012-1,39,44,0 script Hasan NPC_HASAN,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Hey. I did nothing, I swear."), + l("Crasmande has been this way since I got here."), + lg("Don't you have more important business to attend to, anyway?"); close; OnInit: .sex = G_MALE; - .distance = 2; + .distance = 4; end; } |