summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-05-23 23:30:57 -0230
committerDracoOmega <draco_omega@live.com>2013-05-26 20:49:48 -0230
commit8b20ddbdfad19a53daf7729442d215fabc32e6ab (patch)
treecc6a9bbc577789a5b06e9854cfb07e3284eeb646 /crawl-ref/source/mon-enum.h
parentb1dd13b75e1df1b3fcab49dabe6ac375b0b6cd52 (diff)
downloadcrawl-ref-8b20ddbdfad19a53daf7729442d215fabc32e6ab.tar.gz
crawl-ref-8b20ddbdfad19a53daf7729442d215fabc32e6ab.zip
Give orange demons a new trick
Instead of random stat poison on their stinger, make the stinger have a 50% chance of applying weakness upon a successful poisoning. Moreover, give the stinger attack reaching (but not their other attack). Hopefully this will give a rather boring and unnotable demon a touch more relevance in some situations.
Diffstat (limited to 'crawl-ref/source/mon-enum.h')
-rw-r--r--crawl-ref/source/mon-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-enum.h b/crawl-ref/source/mon-enum.h
index cde3286404..25b7a9cc44 100644
--- a/crawl-ref/source/mon-enum.h
+++ b/crawl-ref/source/mon-enum.h
@@ -57,6 +57,7 @@ enum attack_type
AT_SNAP,
AT_SPLASH,
AT_POUNCE,
+ AT_REACH_STING,
AT_CHERUB,
AT_SHOOT, // Attack representing missile damage for M_ARCHER.
@@ -111,6 +112,7 @@ enum attack_flavour
AF_DRAIN_SPEED,
AF_VULN,
AF_PLAGUE,
+ AF_WEAKNESS_POISON
};
// Non-spell "summoning" types to give to monster::mark_summoned(), or