summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2014-04-24 15:19:29 +0200
committerShmuale Mark <shm.mark@gmail.com>2014-04-30 03:21:01 -0400
commitf3c7235ddb147bc10b815d7cf37697925bf3725c (patch)
tree173ab34b26badbc391416880ad1bca2116207815 /crawl-ref/source/itemprop-enum.h
parent27581562e7e0154cc7ac97af3925bc700d7d89b9 (diff)
downloadcrawl-ref-f3c7235ddb147bc10b815d7cf37697925bf3725c.tar.gz
crawl-ref-f3c7235ddb147bc10b815d7cf37697925bf3725c.zip
Replace rings of hunger/sustenance with loudness/stealth in-place
Those give one level of -50/+50 stealth each. Stealth is priced at old sustenance level (but often comes cursed), loudness around 50-60 after curses.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index edc2d9048b..5d84310d53 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -164,11 +164,11 @@ enum jewellery_type
RING_SLAYING,
RING_SEE_INVISIBLE,
RING_INVISIBILITY,
- RING_HUNGER,
+ RING_LOUDNESS,
RING_TELEPORTATION,
RING_EVASION,
RING_SUSTAIN_ABILITIES,
- RING_SUSTENANCE,
+ RING_STEALTH,
RING_DEXTERITY,
RING_INTELLIGENCE,
RING_WIZARDRY,