summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 46d6e633d1..8d7ba6d663 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5493,21 +5493,6 @@ void god_pitch(god_type which_god)
you.gift_timeout = 0;
}
- if (god_gives_permanent_followers(you.religion))
- {
- // Enable ally pickup control for gods that give you permanent
- // followers.
- you.friendly_pickup = Options.default_friendly_pickup;
- }
- else
- {
- // With other gods, you can only get stupid (zombies!),
- // summoned, or charmed allies, so pickup control makes no
- // sense. Sorry about that!
- you.friendly_pickup = FRIENDLY_PICKUP_NONE;
- }
-
-
set_god_ability_slots(); // remove old god's slots, reserve new god's
#ifdef DGL_WHEREIS
whereis_record();