summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-15 16:39:31 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-15 17:22:49 -0400
commite1f089e4d803acad323b702ff29d2f754c6d3641 (patch)
treebf5a644952ce47aa951c7b780959e0acb8f461d0 /crawl-ref/source/artefact.cc
parent073eae0ed26fb313dbd3aa0e2cf0a5fa207a1c12 (diff)
downloadcrawl-ref-e1f089e4d803acad323b702ff29d2f754c6d3641.tar.gz
crawl-ref-e1f089e4d803acad323b702ff29d2f754c6d3641.zip
Rename "vampiricism" to "vampirism" (ChrisOelmueller, #8435)
Chris Oelmueller made an excellent patch for this, but unfortunately it was rather rotted by the time somebody decided to look at it. It was easier to recreate than update. I've also added some tiles stuff which was missed in the original patch.
Diffstat (limited to 'crawl-ref/source/artefact.cc')
-rw-r--r--crawl-ref/source/artefact.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/artefact.cc b/crawl-ref/source/artefact.cc
index 2e3cf8235f..b3ac6ccb8f 100644
--- a/crawl-ref/source/artefact.cc
+++ b/crawl-ref/source/artefact.cc
@@ -129,7 +129,7 @@ static bool _god_fits_artefact(const god_type which_god, const item_def &item,
else if (is_good_god(which_god)
&& (brand == SPWPN_DRAINING
|| brand == SPWPN_PAIN
- || brand == SPWPN_VAMPIRICISM
+ || brand == SPWPN_VAMPIRISM
|| brand == SPWPN_REAPING
|| brand == SPWPN_CHAOS
|| is_demonic(item)
@@ -748,7 +748,7 @@ static void _get_randart_properties(const item_def &item,
SPWPN_FLAMING,
SPWPN_FREEZING,
SPWPN_ELECTROCUTION,
- SPWPN_VAMPIRICISM,
+ SPWPN_VAMPIRISM,
SPWPN_PAIN,
SPWPN_VENOM,
-1);
@@ -767,7 +767,7 @@ static void _get_randart_properties(const item_def &item,
13, SPWPN_HOLY_WRATH,
13, SPWPN_ELECTROCUTION,
13, SPWPN_SPEED,
- 13, SPWPN_VAMPIRICISM,
+ 13, SPWPN_VAMPIRISM,
13, SPWPN_PAIN,
13, SPWPN_ANTIMAGIC,
3, SPWPN_DISTORTION,