summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 23:48:21 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 23:48:21 +0000
commite560fb7e6d690c66e525a98013e1362dbb7df455 (patch)
treefe45d70fbdc6872ae79269b1a3fff4f43344a8b6 /crawl-ref/source/enum.h
parentae8b9d93ae9dfe0df789c4867fbd5aeff695c6df (diff)
downloadcrawl-ref-e560fb7e6d690c66e525a98013e1362dbb7df455.tar.gz
crawl-ref-e560fb7e6d690c66e525a98013e1362dbb7df455.zip
Type safety in mutations (mutation.cc probably needs some overhaul...)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1752 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 99ffc763e6..47d22008da 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2704,7 +2704,10 @@ enum mutation_type
MUT_RED2_SCALES,
MUT_IRIDESCENT_SCALES,
MUT_PATTERNED_SCALES, // 85
- NUM_MUTATIONS
+ NUM_MUTATIONS,
+
+ RANDOM_MUTATION = 100,
+ RANDOM_XOM_MUTATION = 101
};
enum object_class_type // (unsigned char) mitm[].base_type