From 35129e9e324fd6464cb8799edfca960881a0dd09 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 24 Oct 2007 13:19:24 +0000 Subject: [1757174] Disallow mapping in labyrinths. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2536 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-cast.h') diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h index 350a07d6da..75f50d82ae 100644 --- a/crawl-ref/source/spl-cast.h +++ b/crawl-ref/source/spl-cast.h @@ -26,7 +26,8 @@ enum spflag_type SPFLAG_TARGETING_MASK = 0x000f, // used to test for targeting SPFLAG_HELPFUL = 0x0010, // TARG_FRIENDS used SPFLAG_NOT_SELF = 0x0020, // aborts on isMe - SPFLAG_UNHOLY = 0x0040 // counts at "unholy" + SPFLAG_UNHOLY = 0x0040, // counts at "unholy" + SPFLAG_MAPPING = 0x0080 // a mapping spell of some kind }; enum spret_type -- cgit v1.2.3-54-g00ecf