summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-04 12:28:41 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-04 12:30:06 -0400
commitaca7260646bd97f8346007c3a0dd80cc19442a67 (patch)
treef2accbc3abf210e51164a401747a12cc7c0c5580 /crawl-ref/source/tags.cc
parent0556778dcb5a45df7acc9d40ade0de40919873b9 (diff)
downloadcrawl-ref-aca7260646bd97f8346007c3a0dd80cc19442a67.tar.gz
crawl-ref-aca7260646bd97f8346007c3a0dd80cc19442a67.zip
Combine key names, symbolise.
Diffstat (limited to 'crawl-ref/source/tags.cc')
-rw-r--r--crawl-ref/source/tags.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index fbc75a69b9..6699a6cc7d 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -32,6 +32,7 @@
#include "art-enum.h"
#include "artefact.h"
#include "branch.h"
+#include "butcher.h"
#include "colour.h"
#include "coord.h"
#include "coordit.h"
@@ -67,6 +68,7 @@
#include "state.h"
#include "stuff.h"
#include "env.h"
+#include "spl-wpnench.h"
#include "syscalls.h"
#include "tags.h"
#include "terrain.h"
@@ -5172,6 +5174,9 @@ void unmarshallMonster(reader &th, monster& m)
if (m.type == MONS_WAR_DOG)
m.type = MONS_WOLF;
}
+
+ if (m.props.exists("no_hide"))
+ m.props[NEVER_HIDE_KEY] = true;
#endif
if (m.type != MONS_PROGRAM_BUG && mons_species(m.type) == MONS_PROGRAM_BUG)