diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-3/dimonds.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt index 6b855c620..7c71b6597 100644 --- a/npc/017-3/dimonds.txt +++ b/npc/017-3/dimonds.txt @@ -13,7 +13,8 @@ mesq l("Please, don't say I got fat. I DON'T WANNA HEAR IT FROM YOU, WAS I CLEAR?"); next; mesn; - mesq l("Talk to the waitress to get some food. Enjoy the show! And you can sleep on the 3rd Floor."); + mesq l("Please, enjoy the show! There are some people upstairs, too."); + //mesq l("Talk to the waitress to get some food. Enjoy the show! And you can sleep on the 3rd Floor."); close; OnInit: @@ -590,7 +591,6 @@ OnInit: 017-3,85,41,0 shop Blacksmith NPC146,545:5000,529:2,603:1000 017-3,65,41,0 shop General Store#dimond NPC137,586:500,524:800,544:2000,632:500,528:500,735:500 -*/ 017-3,75,68,0 script Basil NPC_TOMBOY,{ if (!is_night()) @@ -627,3 +627,5 @@ OnInit: .distance=5; end; } +*/ + |