From 6bb8ebbe1d9b86ce5cb492bd0a59cd8b29e831ef Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 12 Mar 2007 20:42:42 +0000 Subject: Added KFEAT:, KITEM: and KMONS: map directives to allow placing specific monsters, terrain (named altars, traps, shops) and items all on the same square. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1028 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 9495c20fb1..5b5da96304 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -3677,6 +3677,7 @@ enum trap_type // env.trap_type[] TRAP_NEEDLE, NUM_TRAPS, // must remain last 'regular' member {dlb} TRAP_UNASSIGNED = 100, // keep set at 100 for now {dlb} + TRAP_INDEPTH = 253, // Level-appropriate trap. TRAP_NONTELEPORT = 254, TRAP_RANDOM = 255 // set at 255 to avoid potential conflicts {dlb} }; -- cgit v1.2.3-54-g00ecf