summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index fe5035368e..6a6759e67a 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5613,8 +5613,8 @@ void yred_make_enslaved_soul(monsters *mon, bool force_hostile,
const std::string whose =
player_monster_visible(mon) ? apostrophise(mon->name(DESC_CAP_THE))
: "Its";
+ const bool twisted = coinflip();
int corps = -1;
- bool twisted = coinflip();
// If the monster's held in a net, get it out.
mons_clear_trapping_net(mon);