summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-01 00:43:25 -0400
committerNeil Moore <neil@s-z.org>2014-06-01 00:48:41 -0400
commit8ecc765de4d5fd37a93bc59a44a6e2d3a4253aac (patch)
treec7c4b2007d0bc73d0ba7953fefc45e1d4b3900d9 /crawl-ref/source/itemname.cc
parent66f8c19131f0a8c99170067a8b0765bc22cf7b3e (diff)
downloadcrawl-ref-8ecc765de4d5fd37a93bc59a44a6e2d3a4253aac.tar.gz
crawl-ref-8ecc765de4d5fd37a93bc59a44a6e2d3a4253aac.zip
Remove pseudo-inscription and description for Preservation (rchandra)
Since it no longer does anything.
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 171dbb9311..363353b5e3 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -567,7 +567,7 @@ const char* armour_ego_name(const item_def& item, bool terse)
case SPARM_POSITIVE_ENERGY: return "rN+";
case SPARM_ARCHMAGI: return "Archmagi";
#if TAG_MAJOR_VERSION == 34
- case SPARM_PRESERVATION: return "rCorr, Cons";
+ case SPARM_PRESERVATION: return "";
#endif
case SPARM_REFLECTION: return "reflect";
case SPARM_SPIRIT_SHIELD: return "Spirit";