summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-11 13:20:10 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-11 13:20:10 +0530
commitf2aa833106b5c91a41275620b29fdd94051fc3f1 (patch)
treeb6378f0d66af11ae05f0d5e5d94384fbfe631323 /crawl-ref/source/monster.cc
parentcacdc4a68146726b069be133d42dd40b4be5185d (diff)
downloadcrawl-ref-f2aa833106b5c91a41275620b29fdd94051fc3f1.tar.gz
crawl-ref-f2aa833106b5c91a41275620b29fdd94051fc3f1.zip
Fix monster enchantment names for debug_stethoscope.
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc15
1 files changed, 8 insertions, 7 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index c67ad4785b..92e56fec1c 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -6103,13 +6103,14 @@ void monsters::react_to_damage(int damage, beam_type flavour, kill_category whos
static const char *enchant_names[] =
{
- "none", "slow", "haste", "might", "fear", "conf", "inv", "pois", "bers",
- "rot", "summon", "abj", "backlit", "charm", "fire",
- "gloshifter", "shifter", "tp", "wary", "submerged",
- "short-lived", "paralysis", "sick", "sleep", "fatigue", "held",
- "blood-lust", "neutral", "petrifying", "petrified", "magic-vulnerable",
- "soul-ripe", "decay", "hungry", "flopping", "spore-producing",
- "downtrodden", "swift", "tide", "frenzied", "bug"
+ "none", "berserk", "haste", "might", "fatigue", "slow", "fear",
+ "confusion", "invis", "poison", "rot", "summon", "abj", "corona",
+ "charm", "sticky_flame", "glowing_shapeshifter", "shapeshifter", "tp",
+ "sleep_wary", "submerged", "short_lived", "paralysis", "sick",
+ "sleepy", "held", "battle_frenzy", "temp_pacif", "petrifying",
+ "petrified", "lowered_mr", "soul_ripe", "slowly_dying", "eat_items",
+ "aquatic_land", "spore_production", "slouch", "swift", "tide",
+ "insane", "buggy"
};
static const char *_mons_enchantment_name(enchant_type ench)