summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-clone.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-19 00:05:50 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-19 00:05:50 -0700
commit39358eb848675a5bb10cffc35a8b73543470f2b1 (patch)
tree75901f260c9207c4d593652495d36c26659ae511 /crawl-ref/source/mon-clone.h
parent20f17586caff37b9dc6f1d4d32abf6f9684a25ae (diff)
downloadcrawl-ref-39358eb848675a5bb10cffc35a8b73543470f2b1.tar.gz
crawl-ref-39358eb848675a5bb10cffc35a8b73543470f2b1.zip
Don't make TSO mad when attacking an illusion (RoboCicero)
Specifically, a Mara-spawned illusion of an angel.
Diffstat (limited to 'crawl-ref/source/mon-clone.h')
-rw-r--r--crawl-ref/source/mon-clone.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-clone.h b/crawl-ref/source/mon-clone.h
index 1eec78152e..04f3ce7934 100644
--- a/crawl-ref/source/mon-clone.h
+++ b/crawl-ref/source/mon-clone.h
@@ -1,6 +1,9 @@
#ifndef MON_CLONE_H
#define MON_CLONE_H
+#define CLONE_MASTER_KEY "mcloneorig"
+#define CLONE_SLAVE_KEY "mclonedupe"
+
// Formerly in mon-stuff:
bool mons_clonable(const monster* orig, bool needs_adjacent = true);
monster *clone_mons(const monster* orig, bool quiet = false,