summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-22 11:00:16 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-22 11:00:16 +0000
commitff6bdc3daff822e5b59b9fbb48b2f74a2d1d9c30 (patch)
tree29f4a05e390e7c59575a6856ef5e74341abcdcf7 /crawl-ref/source/it_use2.cc
parent606eefbdd7ea6cfff1a93fc080d2ff6629e3c52d (diff)
downloadcrawl-ref-ff6bdc3daff822e5b59b9fbb48b2f74a2d1d9c30.tar.gz
crawl-ref-ff6bdc3daff822e5b59b9fbb48b2f74a2d1d9c30.zip
Applying two patches by dolorous:
1817546: refix Beogh butchering crash 1817459: fix a couple of typos git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2515 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 4826d4103a..81616c23b7 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -632,7 +632,7 @@ void unuse_randart(const item_def &item)
you.redraw_magic_points = 1;
if (!known[RAP_MAGICAL_POWER])
{
- mprf("You feel you mana capacity %s.", proprt[RAP_EVASION] > 0?
+ mprf("You feel your mana capacity %s.", proprt[RAP_EVASION] > 0?
"decrease" : "increase");
}
}