summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 21:09:20 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 21:09:20 +0000
commit5efa2c8d72281546295d159f8916c6598ad7291e (patch)
tree34dc75eba2f384d582462266bcb61ef9bdf822d2 /crawl-ref/source/enum.h
parentc7a78ad69f3470fd1202507dbd28972010658466 (diff)
downloadcrawl-ref-5efa2c8d72281546295d159f8916c6598ad7291e.tar.gz
crawl-ref-5efa2c8d72281546295d159f8916c6598ad7291e.zip
Remove paws and sleepiness mutations. Those two just don't cut it.
As long as "shaggy fur" stays in, I'm happy. :) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3763 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index a589e79f45..afba81315c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2073,20 +2073,18 @@ enum mutation_type
MUT_SMITE,
MUT_CLAWS,
MUT_FANGS, // new in 0.3
- // hooves, talons, paws can replace feet
+ // hooves and talons can replace feet
MUT_HOOVES, // 60
MUT_TALONS, // new in 0.4
- MUT_PAWS, // new in 0.4
MUT_BREATHE_POISON,
MUT_STINGER,
- MUT_BIG_WINGS, // 65
- MUT_BLUE_MARKS, // decorative, as in "mark of the devil"
+ MUT_BIG_WINGS,
+ MUT_BLUE_MARKS, // 65, decorative, as in "mark of the devil"
MUT_GREEN_MARKS,
MUT_SAPROVOROUS,
MUT_SHAGGY_FUR, // new in 0.4
- MUT_HIGH_MAGIC, // new in 0.4 -- 70
- MUT_LOW_MAGIC, // new in 0.4
- MUT_SLEEPINESS, // new in 0.4
+ MUT_HIGH_MAGIC, // new in 0.4
+ MUT_LOW_MAGIC, // new in 0.4 -- 70
// several types of scales (affect AC and sometimes more)
MUT_RED_SCALES = 75, // 75