summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-flags.h')
-rw-r--r--crawl-ref/source/mon-flags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-flags.h b/crawl-ref/source/mon-flags.h
index 68a860cc5a..ec0bdc7888 100644
--- a/crawl-ref/source/mon-flags.h
+++ b/crawl-ref/source/mon-flags.h
@@ -236,4 +236,5 @@ const uint64_t MF_SEEN_RANGED = BIT(35); // known to have a ranged attack
const uint64_t MF_POLYMORPHED = BIT(36); // this monster has been polymorphed.
const uint64_t MF_JUST_SLEPT = BIT(37); // just got hibernated/slept
+const uint64_t MF_TSO_SEEN = BIT(38); // possibly got piety with TSO
#endif