summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-02 05:00:04 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-02 05:01:40 +0100
commit4e2fb71eca533c6fb14328d467d25ad63b19c429 (patch)
tree308483e93918c03bdbf5f0cf10c0571069722cbd /crawl-ref/source/itemprop-enum.h
parent5ef7575d178b5b033d648ad9bffadef02c357111 (diff)
downloadcrawl-ref-4e2fb71eca533c6fb14328d467d25ad63b19c429.tar.gz
crawl-ref-4e2fb71eca533c6fb14328d467d25ad63b19c429.zip
Revert "The Slimy Ring of Jiyva"
It broke save compat, and has some other issues, like using a fake ring type that causes problems with tiles and creating the item in wizmode. This reverts commit 5ab011e9deb7a9e8b6d522446911319bdea28658. This reverts commit 2b49d2d24af5cf060a8476369b60fc6d3bbd6fe7.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 86535c9dfe..d1c6a091af 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -182,7 +182,7 @@ enum jewellery_type
// with amulets!
// RINGS after num_rings are for unique types for artefacts
// (no non-artefact version).
- RING_JIYVA,
+ // Currently none.
AMU_RAGE = 35,
AMU_FIRST_AMULET = AMU_RAGE,