summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-08 15:26:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-08 15:28:48 +0200
commit7d19ae443220ba12cbd5fe51994f98b3ec983e46 (patch)
tree767d42a40aedf58fba14a839c830fc5507bf0f06 /crawl-ref/source/fprop.h
parentf5869708d5bfc4c7c984b505f4cbf0ebcf19a3e5 (diff)
downloadcrawl-ref-7d19ae443220ba12cbd5fe51994f98b3ec983e46.tar.gz
crawl-ref-7d19ae443220ba12cbd5fe51994f98b3ec983e46.zip
Ashenzari: give constant exploration piety per level.
Diffstat (limited to 'crawl-ref/source/fprop.h')
-rw-r--r--crawl-ref/source/fprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fprop.h b/crawl-ref/source/fprop.h
index 941cd42b70..9e68bac625 100644
--- a/crawl-ref/source/fprop.h
+++ b/crawl-ref/source/fprop.h
@@ -26,7 +26,7 @@ enum feature_property_type
// Immune to spawning jellies and off-level eating.
FPROP_NO_JIYVA = (1 << 14),
// Permanent, unlike map memory.
- FPROP_SEEN = (1 << 15),
+ FPROP_SEEN_OR_NOEXP = (1 << 15),
};