From 4875e5b28f8b693a7207f0918b29a2a72a343176 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 2 Nov 2009 12:33:59 -0600 Subject: Until the issue of transformations' being chaotic or not is worked out, don't mark any players as chaotic. (Recommit of the one part of d50bd43ba9936c27f4f90ecd324d14cb52c9f381 that isn't in the branch.) --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') 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. -- cgit v1.2.3-54-g00ecf