From f76829ed22a7b9d20b0a217e7c988abd110de634 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 19 Aug 2009 21:59:45 +0000 Subject: A KFEAT specified trap can start out known to the player by adding "known" to the trap name. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10581 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/traps.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/traps.h') diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h index 709618915e..20fc98452f 100644 --- a/crawl-ref/source/traps.h +++ b/crawl-ref/source/traps.h @@ -35,6 +35,8 @@ bool player_caught_in_net(); void clear_trapping_net(); void check_net_will_hold_monster(monsters *mon); +dungeon_feature_type trap_category(trap_type type); + void destroy_trap(const coord_def& pos); trap_def* find_trap(const coord_def& where); trap_type get_trap_type(const coord_def& where); -- cgit v1.2.3-54-g00ecf