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 39c4d506cc..02c7bf7abe 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -5837,7 +5837,7 @@ bool player::has_spell(spell_type spell) const
bool player::extra_balanced() const
{
- return (species == SP_NAGA);
+ return (species == SP_NAGA && !transform_changed_physiology());
}
bool player::floundering() const