From eaa52e83a89d49475ee00812ebcf0fe7caa89980 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 12 Mar 2009 20:12:49 +0000 Subject: FR 2093461: add player + allies FRIENDLY_PICKUP mode Make Roxanne immune to disintegration (like ice statues). Move rock worms a bit lower in the dungeon and increase their damage (a tiny bit). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9428 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.h') diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h index 8ad2d0da56..0454c7fc83 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -565,7 +565,7 @@ mon_holy_type mons_class_holiness(int mc); mon_holy_type mons_holiness(const monsters *mon); bool mons_is_mimic( int mc ); -bool mons_is_statue( int mc ); +bool mons_is_statue( int mc, bool allow_disintegrate = false ); bool mons_is_demon( int mc ); bool mons_class_wields_two_weapons(int mc); -- cgit v1.2.3-54-g00ecf