summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-12 08:26:03 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-12 08:26:03 +0000
commite8e947d6fc4d951e1f39954ddd3cbe1ea83e7cff (patch)
treeabbf20d332b95650a9440073604d2ca70aa434d9 /crawl-ref
parent577e34735a390f0fc1d7fe810550df2e1cbdf4d6 (diff)
downloadcrawl-ref-e8e947d6fc4d951e1f39954ddd3cbe1ea83e7cff.tar.gz
crawl-ref-e8e947d6fc4d951e1f39954ddd3cbe1ea83e7cff.zip
Fixed missing description for Metabolic Englaciation [1752269]
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1842 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/dat/descript.txt2
-rw-r--r--crawl-ref/source/religion.cc3
2 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/descript.txt b/crawl-ref/source/dat/descript.txt
index 6696b0253c..5fcc813e78 100644
--- a/crawl-ref/source/dat/descript.txt
+++ b/crawl-ref/source/dat/descript.txt
@@ -1854,7 +1854,7 @@ Sleep
This spell tries to lower its target's metabolic rate, inducing hypothermic hibernation. It may have side effects on cold-blooded creatures.
%%%%
-Mass Sleep
+Metabolic Englaciation
This spell tries to lower the metabolic rate of every creature within the caster's view enough to induce hypothermic hibernation. It may have side effects on cold-blooded creatures.
%%%%
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 86c43b2410..4707696e41 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -477,6 +477,9 @@ static void do_god_gift()
MISC_DECK_OF_WONDERS
};
int weights[5];
+ // FIXME do something with OBJ_FOOD,
+ // OBJ_WANDS, OBJ_JEWELLERY, OBJ_BOOKS
+ // (and maybe OBJ_ORBS...)
weights[0] = you.sacrifice_value[OBJ_SCROLLS] +
you.sacrifice_value[OBJ_ARMOUR] + 1;
weights[1] = you.sacrifice_value[OBJ_WEAPONS] +