summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index bfbd7300ba..558af36ed9 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2004,12 +2004,12 @@ enum mutation_type
MUT_SMITE, // 57
MUT_CLAWS, //jmf: added
MUT_HOOVES, //jmf: etc.
- MUT_FANGS,
- MUT_BREATHE_POISON, // 60
+ MUT_FANGS, // 60
+ MUT_BREATHE_POISON,
MUT_STINGER,
MUT_BIG_WINGS,
- MUT_BLUE_MARKS, // 63 - decorative, as in "mark of the devil"
- MUT_GREEN_MARKS, // 64
+ MUT_BLUE_MARKS, // 64 - decorative, as in "mark of the devil"
+ MUT_GREEN_MARKS, // 65
MUT_RED_SCALES = 70, // 70
MUT_NACREOUS_SCALES,
MUT_GREY2_SCALES,