summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 18:57:02 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 18:57:02 -0600
commitc12391f6964206972df7f2fceff7abe59eec3969 (patch)
treef631669928234189109b7b1c3131ef92d3553e20 /crawl-ref/source/item_use.cc
parent56865aec73520c32c908a60b0473bfdbade7563a (diff)
downloadcrawl-ref-c12391f6964206972df7f2fceff7abe59eec3969.tar.gz
crawl-ref-c12391f6964206972df7f2fceff7abe59eec3969.zip
For consistency, make torment set the necromancy conduct.
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 3ebb77b573..82b625cfe1 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -4610,7 +4610,7 @@ static bool _vorpalise_weapon()
// This is only naughty if you know you're doing it.
// XXX: assumes this can only happen from Vorpalise Weapon scroll.
- did_god_conduct(DID_UNHOLY, 10,
+ did_god_conduct(DID_NECROMANCY, 10,
get_ident_type(OBJ_SCROLLS, SCR_VORPALISE_WEAPON)
== ID_KNOWN_TYPE);
break;
@@ -5219,7 +5219,7 @@ void read_scroll(int slot)
torment(TORMENT_SCROLL, you.pos());
// This is only naughty if you know you're doing it.
- did_god_conduct(DID_UNHOLY, 10, item_type_known(scroll));
+ did_god_conduct(DID_NECROMANCY, 10, item_type_known(scroll));
bad_effect = true;
break;