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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 4d9ac82043..61ddc607ce 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -171,6 +171,8 @@ enum attribute_type
ATTR_GOD_GIFT_COUNT, //jmf: added to help manage god gift giving
ATTR_DELAYED_FIREBALL, // bwr: reserve fireballs
ATTR_HELD, // caught in a net
+ ATTR_ABYSS_ENTOURAGE, // maximum number of hostile monsters in
+ // sight of the player while in the Abyss.
NUM_ATTRIBUTES
};
@@ -1340,6 +1342,19 @@ enum level_area_type // you.level_type
NUM_LEVEL_AREA_TYPES
};
+enum entry_cause_type
+{
+ EC_UNKNOWN,
+ EC_SELF_EXPLICIT,
+ EC_SELF_RISKY, // i.e., wielding an id'd distorion weapon
+ EC_SELF_ACCIDENT, // i.e., wielding an un-id'd distortion weapon
+ EC_MISCAST,
+ EC_GOD_RETRIUBTION,
+ EC_GOD_ACT, // Xom sending the player somewhere for amusement
+ EC_MONSTER,
+ NUM_ENTRY_CAUSE_TYPES
+};
+
// Can't change this order without breaking saves.
enum map_marker_type
{