summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-02 12:13:36 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-02 12:14:28 -0600
commitdf0f714647e9a25113dff05df58f501a3714f108 (patch)
treecc18239176399a8cce1f6e82da1c9fe7efae1d09 /crawl-ref/source/player.cc
parent5605a2f60222aed0a04c9728dfa5455373d41c20 (diff)
downloadcrawl-ref-df0f714647e9a25113dff05df58f501a3714f108.tar.gz
crawl-ref-df0f714647e9a25113dff05df58f501a3714f108.zip
Revert "Merge a few bits of Eino's chaotic_experiment branch that make sense"
This reverts commit d50bd43ba9936c27f4f90ecd324d14cb52c9f381.
Diffstat (limited to 'crawl-ref/source/player.cc')
-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 cf8d444564..7633583934 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 (false);
+ return (transform_changed_physiology());
}
// Output active level of player mutation.