summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-16 15:57:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-16 15:57:22 +0000
commit508e46c4ef02687e12a068016b47b14ac5da53b2 (patch)
treec26d7b55f3474a3813fbafa4271b3cb583494e75 /crawl-ref/source/religion.h
parenta6e2dbfb706d7fe4c6f384ab1f754f16b53205fb (diff)
downloadcrawl-ref-508e46c4ef02687e12a068016b47b14ac5da53b2.tar.gz
crawl-ref-508e46c4ef02687e12a068016b47b14ac5da53b2.zip
Make the chance of getting an intact enslaved soul from Yred dependent
on Invocations skill instead of straight 50%. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10233 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index b9d8c297ca..80b26db688 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -106,7 +106,7 @@ bool beogh_water_walk();
void good_god_holy_attitude_change(monsters *holy);
void good_god_holy_fail_attitude_change(monsters *holy);
void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false,
- bool quiet = false, bool unlimited = false);
+ bool quiet = false, bool unrestricted = false);
void beogh_convert_orc(monsters *orc, bool emergency,
bool converted_by_follower = false);
bool is_holy_item(const item_def& item);