From 4f3558feb5639ff93e46a0795d94d638ef0c89fc Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 8 Apr 2008 12:12:19 +0000 Subject: Added Water card. Might need some rebalancing. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4127 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/traps.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'crawl-ref/source/traps.h') diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h index 793789a935..935ad72629 100644 --- a/crawl-ref/source/traps.h +++ b/crawl-ref/source/traps.h @@ -42,25 +42,9 @@ void monster_caught_in_net(monsters *mon, bolt &pbolt); void player_caught_in_net(void); void clear_trapping_net(void); -// last updated 12may2000 {dlb} -/* *********************************************************************** - * called from: misc - mstuff2 - * *********************************************************************** */ void itrap(struct bolt &pbolt, int trapped); - -// last updated 3jun2000 {dlb} -/* *********************************************************************** - * called from: acr - misc - mstuff2 - spells3 - * *********************************************************************** */ -int trap_at_xy(int which_x, int which_y); - - -// last updated 3jun2000 {dlb} -/* *********************************************************************** - * called from: acr - misc - mstuff2 - spells2 - spells3 - * *********************************************************************** */ +void destroy_trap( const coord_def& pos ); dungeon_feature_type trap_category(trap_type type); - int trap_at_xy(int x, int y); trap_type trap_type_at_xy(int x, int y); -- cgit v1.2.3-54-g00ecf