summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 7633583934..cf8d444564 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6746,7 +6746,7 @@ bool player::is_unholy() const
bool player::is_chaotic() const
{
- return (transform_changed_physiology());
+ return (false);
}
// Output active level of player mutation.