From fcd2f73d85997682a9c89c897348ae8e32432589 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 16 Oct 2008 21:42:51 +0000 Subject: Replace Yred's "Control Undead" power with "Enslave Soul", as proposed on crawl-ref-discuss. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7263 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index 011a85d752..3b2731039b 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -100,6 +100,8 @@ bool yred_injury_mirror(bool actual = true); bool beogh_water_walk(); void beogh_idol_revenge(); void good_god_holy_attitude_change(monsters *holy); +void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false, + bool quiet = false, bool allow_fail = true); void beogh_convert_orc(monsters *orc, bool emergency, bool converted_by_follower = false); bool is_holy_item(const item_def& item); -- cgit v1.2.3-54-g00ecf