summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-06 07:57:00 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-06 08:00:49 +0000
commit993d327bd5995684935d516d879387a00e0e19c0 (patch)
tree203d46a65bf10ca32a3033a5d37af403fb82d7f6 /crawl-ref/source/godprayer.h
parent8761da415cdc44bee7b082e6bd6c05d7e1518b0d (diff)
downloadcrawl-ref-993d327bd5995684935d516d879387a00e0e19c0.tar.gz
crawl-ref-993d327bd5995684935d516d879387a00e0e19c0.zip
Don't weight Nemelex decks based on the item type sacrificed
Instead just have a fixed weighting for deck types (currently: 40% Destruction, 30% Summoning, 20% Escape, 10% Wonders). Removes the secret tech from Nemelex's ^! screen, and improves the rest of the description there.
Diffstat (limited to 'crawl-ref/source/godprayer.h')
-rw-r--r--crawl-ref/source/godprayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/godprayer.h b/crawl-ref/source/godprayer.h
index 4917f8806e..e44e54d43e 100644
--- a/crawl-ref/source/godprayer.h
+++ b/crawl-ref/source/godprayer.h
@@ -13,7 +13,6 @@ void pray();
piety_gain_t sacrifice_item_stack(const item_def& item, int *js = 0,
int quantity = 0);
-bool check_nemelex_sacrificing_item_type(const item_def& item);
int zin_tithe(item_def& item, int quant, bool quiet, bool converting = false);
#endif