summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-24 13:19:24 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-24 13:19:24 +0000
commit35129e9e324fd6464cb8799edfca960881a0dd09 (patch)
tree24eff7f35548be23e04afcdd6462f0580bd0c287 /crawl-ref/source/spl-data.h
parentc19b2fdd21ba70ded0b4f42a8c7d018108d2d70d (diff)
downloadcrawl-ref-35129e9e324fd6464cb8799edfca960881a0dd09.tar.gz
crawl-ref-35129e9e324fd6464cb8799edfca960881a0dd09.zip
[1757174] Disallow mapping in labyrinths.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2536 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 812ba85aae..c50c5e40da 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -715,7 +715,7 @@
{
SPELL_DETECT_TRAPS, "Detect Traps",
SPTYP_DIVINATION,
- SPFLAG_NONE,
+ SPFLAG_MAPPING,
2,
50,
NULL,
@@ -782,7 +782,7 @@
{
SPELL_MAGIC_MAPPING, "Magic Mapping",
SPTYP_DIVINATION | SPTYP_EARTH,
- SPFLAG_NONE,
+ SPFLAG_MAPPING,
4,
45,
NULL,
@@ -879,7 +879,7 @@
{
SPELL_DETECT_ITEMS, "Detect Items",
SPTYP_DIVINATION,
- SPFLAG_NONE,
+ SPFLAG_MAPPING,
2,
50,
NULL,
@@ -1385,7 +1385,7 @@
{
SPELL_DETECT_CREATURES, "Detect Creatures",
SPTYP_DIVINATION,
- SPFLAG_NONE,
+ SPFLAG_MAPPING,
2,
60, // not 50, note the fuzz
NULL,