summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/develop/levels/syntax.txt2
-rw-r--r--crawl-ref/source/mon-data.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/docs/develop/levels/syntax.txt b/crawl-ref/docs/develop/levels/syntax.txt
index 132d1cbee1..4b6ace8a39 100644
--- a/crawl-ref/docs/develop/levels/syntax.txt
+++ b/crawl-ref/docs/develop/levels/syntax.txt
@@ -721,7 +721,7 @@ COLOUR: . = green / blue:5 / red / none
Available base colours are as follows: blue, green, cyan,
red, magenta, brown, lightgrey, darkgrey, lightblue, lightgreen,
lightcyan, lightred, lightmagenta, yellow and white.
-
+
Elemental colours are: fire, ice, earth, electricity, air, poison,
water, magic, mutagenic, warp, enchant, heal, holy, dark, death,
necro, unholy, vehumet, beogh, crystal, blood, smoke, slime, jewel,
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index c0cbbaf635..9c24c20fff 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4519,7 +4519,7 @@ static monsterentry mondata[] = {
{
MONS_KHUFU, 'M', LIGHTRED, "Khufu",
- M_SPELLCASTER | M_ACTUAL_SPELLS | M_SEE_INVIS | M_SPEAKS | M_UNIQUE,
+ M_SPELLCASTER | M_NOISY_SPELLS | M_SEE_INVIS | M_SPEAKS | M_UNIQUE,
MR_RES_POISON | MR_RES_COLD | MR_RES_ELEC,
0, 20, MONS_MUMMY, MONS_MUMMY, MH_UNDEAD, MAG_IMMUNE,
{ {AT_HIT, AF_PLAIN, 35}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },