summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 2fffba6e3e..62c3a21ef8 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -521,7 +521,7 @@ void cast_twisted(int power, int corps_beh, int corps_hit)
menv[mon].max_hit_points = menv[mon].hit_points;
if (colour == LIGHTRED)
- menv[mon].armour_class += total_mass / 1000;
+ menv[mon].ac += total_mass / 1000;
}
}
} // end cast_twisted()