diff options
author | Alige <aligetmw@hotmail.fr> | 2014-02-18 07:38:15 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2014-02-18 07:38:15 +0400 |
commit | 33243e39fee0b13f9f4272b644d7529596460b30 (patch) | |
tree | 4a89e6dc93fa5e7b51f6ba66cce6422535bf3df9 /npc | |
parent | 8b4fe9ea4301bd76f901b216a38c7599a1d31be1 (diff) | |
download | serverdata-33243e39fee0b13f9f4272b644d7529596460b30.tar.gz serverdata-33243e39fee0b13f9f4272b644d7529596460b30.tar.bz2 serverdata-33243e39fee0b13f9f4272b644d7529596460b30.tar.xz serverdata-33243e39fee0b13f9f4272b644d7529596460b30.zip |
Fixed a typo in the panels script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/panels.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/panels.txt b/npc/000-1/panels.txt index 605706071..cbd8c7183 100644 --- a/npc/000-1/panels.txt +++ b/npc/000-1/panels.txt @@ -10,7 +10,7 @@ mesn "Narrator"; mes col(l("Your heart quickens as your gaze focuses upon a small wooden panel, partly obscured under a layer of wind-blown sand."), 9); next; - mes col(l(You wipe off enough of the sand to manage to read the message written on this crude piece of wood."), 9); + mes col(l("You wipe off enough of the sand to manage to read the message written on this crude piece of wood."), 9); next; mesq l(l("It's a dangerous place out here. Beware of the mischievous creatures living here!"), 9); next; |