summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-13 20:40:08 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-13 20:40:08 -0700
commit64ebc5910fabcb5ad9e9b1813df24c2ff9cb71c6 (patch)
tree9f0a0e6f2e9b8153ba2f6b7fac5bbd6485009c2d /crawl-ref/source/enum.h
parentd68dae0310a964cbd288c926be2c870d753994b0 (diff)
downloadcrawl-ref-64ebc5910fabcb5ad9e9b1813df24c2ff9cb71c6.tar.gz
crawl-ref-64ebc5910fabcb5ad9e9b1813df24c2ff9cb71c6.zip
Tidy up some web/net behaviour
Monsters should now try to escape from Arachne's ensnare immediately (on whatever incredibly rare occasions that is relevant), and shouldn't try to break out of net traps on the turn they get netted. This technically breaks save compat with the old newly_webbed prop, but in a harmless way.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 8af7d2cf81..60047308d0 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -284,7 +284,7 @@ enum attribute_type
ATTR_CARD_COUNTDOWN,
ATTR_BANISHMENT_IMMUNITY, // banishment immunity until
ATTR_DELAYED_FIREBALL, // bwr: reserve fireballs
- ATTR_HELD, // caught in a net
+ ATTR_HELD, // caught in a net or web
ATTR_ABYSS_ENTOURAGE, // maximum number of hostile monsters in
// sight of the player while in the Abyss.
ATTR_DIVINE_VIGOUR, // strength of Ely's Divine Vigour