diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-07 15:10:18 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-07 15:10:18 -0700 |
commit | b2ec357e68a1b2e692f1c1081c4cc4f11682576a (patch) | |
tree | 6498985ddbb50a8f5405ff6760d4a0c9ae5da7c4 /npc/008-1_Hurnscald_outskirts/hinnak.txt | |
parent | c226d805845e2717b101788c4db5750abcce7c5b (diff) | |
download | serverdata-b2ec357e68a1b2e692f1c1081c4cc4f11682576a.tar.gz serverdata-b2ec357e68a1b2e692f1c1081c4cc4f11682576a.tar.bz2 serverdata-b2ec357e68a1b2e692f1c1081c4cc4f11682576a.tar.xz serverdata-b2ec357e68a1b2e692f1c1081c4cc4f11682576a.zip |
Misc. fixes, added most of Wyara
Diffstat (limited to 'npc/008-1_Hurnscald_outskirts/hinnak.txt')
-rw-r--r-- | npc/008-1_Hurnscald_outskirts/hinnak.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/008-1_Hurnscald_outskirts/hinnak.txt b/npc/008-1_Hurnscald_outskirts/hinnak.txt index 96e6e145..cb7503b1 100644 --- a/npc/008-1_Hurnscald_outskirts/hinnak.txt +++ b/npc/008-1_Hurnscald_outskirts/hinnak.txt @@ -107,7 +107,7 @@ L_ThanksAgain: "You shouldn't drink while working!", -; mes "[Farmer Hinnak]"; - mes "\"Well, I'm done for the day...\"; + mes "\"Well, I'm done for the day...\""; menu "Sorry... here you are.", L_GiveBeer, @@ -167,7 +167,7 @@ L_GiveBeer: next; mes "[Farmer Hinnak]"; - mes "\"Then she yells out some gobbledygood word, and out of the ground there comes a swarm of maggots, crawling and digging and climbing over each other's backs...\""; + mes "\"Then she yells out some gobbledygook word, and out of the ground there comes a swarm of maggots, crawling and digging and climbing over each other's backs...\""; next; mes "[Farmer Hinnak]"; @@ -178,10 +178,10 @@ L_GiveBeer: mes "\"But all she says is, 'if you'd stayed inside, you wouldn't be wet now'.\""; next; - next + menu "Hahaha!", L_Sagatha_hahaha, "Whoah, scary...", L_Sagatha_scary, - "What was that gobbledygood word?", L_Sagatha_word, + "What was that gobbledygook word?", L_Sagatha_word, "I better go now.", -; goto L_Bye; @@ -189,20 +189,20 @@ L_Sagatha_hahaha: mes "[Farmer Hinnak]"; mes "\"Yeah, funny now... But you should've seen that stare! Ah, well, never mind.\""; next; - close + close; L_Sagatha_scary: mes "[Farmer Hinnak]"; mes "\"Yeah, you could say that...\""; mes "He stares into his empty beer jug, as if hoping for it to re-fill by magic."; next; - close + close; L_Sagatha_word: mes "[Farmer Hinnak]"; mes "\"Oh, I can be sure... but something like '" + getspellinvocation("summon-maggots") + "', I think.\""; next; - close + close; L_NoBeer: mes "[Farmer Hinnak]"; |