From d6b40e981b9ab1181deb2ea7baaf6f62b9fd2b35 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sun, 25 Oct 2009 02:48:22 -0700 Subject: FR 2792379: stop auto-explore on marked statues Markers can be placed on statues or orcish idols to cause auto-explore to stop when those statues/idols are first found. --- crawl-ref/source/terrain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/terrain.h') diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h index 1cceb40020..2c442ced2f 100644 --- a/crawl-ref/source/terrain.h +++ b/crawl-ref/source/terrain.h @@ -26,6 +26,7 @@ bool feat_is_opaque(dungeon_feature_type feat); bool feat_is_solid(dungeon_feature_type feat); bool feat_is_closed_door(dungeon_feature_type feat); bool feat_is_secret_door(dungeon_feature_type feat); +bool feat_is_statue_or_idol(dungeon_feature_type feat); bool feat_is_rock(dungeon_feature_type feat); bool feat_is_permarock(dungeon_feature_type feat); bool feat_is_stone_stair(dungeon_feature_type feat); -- cgit v1.2.3-54-g00ecf