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/001-1_Tulimshar/bard.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/001-1_Tulimshar/bard.txt')
-rw-r--r-- | npc/001-1_Tulimshar/bard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/bard.txt b/npc/001-1_Tulimshar/bard.txt index 698a3b3a..5d52f0a6 100644 --- a/npc/001-1_Tulimshar/bard.txt +++ b/npc/001-1_Tulimshar/bard.txt @@ -4,7 +4,6 @@ setarray @songs$, "\"There once was a bard, who had it hard, because a man in dark green, was very mean.\"", "\"At Hurnscald inn, there was a person of fairest skin, declining wedding bands from quite a many hands.\"", "\"As the Sun sets down in the forest's brown, she whom the fragrance holds counts her gold.\""; - set @id, rand(3); set @name, "Bill Ballshaker the Bard"; mes "[" + @name + "]"; if (Sex) @@ -148,6 +147,7 @@ L_Q_auldsbel: goto L_Main; L_Song: + set @id, rand(3); mes @songs$[@id]; close; } |