summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 2dc47b9af8..4da06b2047 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -4986,7 +4986,7 @@ static bool _handle_spell( monsters *monster, bolt & beem )
{
// The player's out of sight!
// Quick, let's take a turn to heal ourselves. -- bwr
- spell_cast = monster->has_spell(SPELL_GREATER_HEALING)?
+ spell_cast = monster->has_spell(SPELL_GREATER_HEALING) ?
SPELL_GREATER_HEALING : SPELL_LESSER_HEALING;
finalAnswer = true;
}