summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/pan.des
diff options
context:
space:
mode:
authorEino Keskitalo <evktalo@users.sourceforge.net>2009-12-16 14:58:22 +0200
committerEino Keskitalo <evktalo@users.sourceforge.net>2009-12-16 14:58:22 +0200
commit305ccfbf1bfaea3b129c956b285c29c6a6f037ba (patch)
tree609aa0ddf0e1c0d46fd29482cff1d534eb7bad2d /crawl-ref/source/dat/pan.des
parentf6803f5545c63c54f63da4c11c6debaeae53294a (diff)
downloadcrawl-ref-305ccfbf1bfaea3b129c956b285c29c6a6f037ba.tar.gz
crawl-ref-305ccfbf1bfaea3b129c956b285c29c6a6f037ba.zip
Change part of the pan lord warning message all the four lords share. (Eronarn)
Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/dat/pan.des')
-rw-r--r--crawl-ref/source/dat/pan.des2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/pan.des b/crawl-ref/source/dat/pan.des
index 8ccf336169..cab4668063 100644
--- a/crawl-ref/source/dat/pan.des
+++ b/crawl-ref/source/dat/pan.des
@@ -6,7 +6,7 @@
{{
function pan_lord_warning(e)
- crawl.mpr("Be careful! A famous pandemonium lord has residence here!", "warning")
+ crawl.mpr("You feel a terrible weight on your shoulders! A mighty lord of Pandemonium must reside here.", "warning")
end
}}