diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/hasan.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 4b3b51cc1..e9f9467e3 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -57,6 +57,15 @@ L_Print: // TODO L_Finish: + mesn; + mesq l("Is that... Wait... Wow. You... Killed a murderer scorpion."); + next; + mesn; + mesq l("I promise I'll never steal from you again. Here, take this shorts."); + mesq l("Good job, man!"); + setq TulimsharQuest_Hasan, 5; + getitem CottonShorts, 1; + getexp 75, 75; close; L_Complete: |