summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-you.cc')
-rw-r--r--crawl-ref/source/wiz-you.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/wiz-you.cc b/crawl-ref/source/wiz-you.cc
index ffc9a4d2e4..9b4f20616d 100644
--- a/crawl-ref/source/wiz-you.cc
+++ b/crawl-ref/source/wiz-you.cc
@@ -402,9 +402,7 @@ static void _wizard_set_piety_to(int newpiety, bool force = false)
newinterest = atoi(buf);
}
else
- {
newinterest = newpiety;
- }
if (newinterest >= 0 && newinterest < 256)
you.gift_timeout = newinterest;
@@ -1240,7 +1238,5 @@ void wizard_join_religion()
excommunication();
}
else
- {
join_religion(god, true);
- }
}