summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-30 23:03:52 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-10-30 23:03:52 +0100
commit083f578d8ba831b800a398c8ea36e2313b22b855 (patch)
treed1e4321563c4bc993963792a27268d4a3c49fdff /crawl-ref/source/godabil.cc
parentc72f09adfa6f776ff5cabd0b8e4b4e0a2e752703 (diff)
downloadcrawl-ref-083f578d8ba831b800a398c8ea36e2313b22b855.tar.gz
crawl-ref-083f578d8ba831b800a398c8ea36e2313b22b855.zip
Death to hippies!
Diffstat (limited to 'crawl-ref/source/godabil.cc')
-rw-r--r--crawl-ref/source/godabil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc
index 23df45d6ae..2adfc984a6 100644
--- a/crawl-ref/source/godabil.cc
+++ b/crawl-ref/source/godabil.cc
@@ -480,7 +480,7 @@ bool ponderousify_armour()
you.redraw_armour_class = true;
you.redraw_evasion = true;
- simple_god_message(" says: Dude, use this wisely!");
+ simple_god_message(" says: Use this wisely!");
return (true);
}