From 1c4332cbef95fdc87d42e34043129f20f210850e Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 7 Dec 2006 09:55:54 +0000 Subject: Updated .des documentation. We should probably move this to the docs directory. [1610591] Friendlies on dangerous terrain cannot be displaced. Prompting for confirmation would be more consistent, but also more irritating. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@587 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index 8cfc165ee2..088f290228 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -459,6 +459,9 @@ bool player_weapon_wielded(); item_def *player_weapon(); item_def *player_shield(); +// Determines if the given grid is dangerous for the player to enter. +bool is_grid_dangerous(int grid); + void run_macro(const char *macroname = NULL); #endif -- cgit v1.2.3-54-g00ecf