summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-08-23 15:41:21 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-07 13:52:27 +0200
commitcf6d6a51602da5f241d4d3284f28b134ba366662 (patch)
tree86f335d095d6e6e97f361c5fa666f2541c968fd9 /crawl-ref/source/fprop.h
parent22b46237b99c6514906678e7cee96fa90200a18e (diff)
downloadcrawl-ref-cf6d6a51602da5f241d4d3284f28b134ba366662.tar.gz
crawl-ref-cf6d6a51602da5f241d4d3284f28b134ba366662.zip
Track exploration as a god conduct.
Diffstat (limited to 'crawl-ref/source/fprop.h')
-rw-r--r--crawl-ref/source/fprop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/fprop.h b/crawl-ref/source/fprop.h
index 27cb5883db..941cd42b70 100644
--- a/crawl-ref/source/fprop.h
+++ b/crawl-ref/source/fprop.h
@@ -25,6 +25,8 @@ enum feature_property_type
FPROP_GLOW_MOLD = (1 << 13),
// Immune to spawning jellies and off-level eating.
FPROP_NO_JIYVA = (1 << 14),
+ // Permanent, unlike map memory.
+ FPROP_SEEN = (1 << 15),
};