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-pick.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-pick.cc') diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc index 2ce6a53505..b02a6e2871 100644 --- a/crawl-ref/source/mon-pick.cc +++ b/crawl-ref/source/mon-pick.cc @@ -665,7 +665,6 @@ int mons_standard_level(int mcls) case MONS_WRAITH: case MONS_UNSEEN_HORROR: case MONS_TRAPDOOR_SPIDER: - case MONS_ROCK_WORM: return 14; case MONS_ARMOUR_MIMIC: @@ -704,6 +703,7 @@ int mons_standard_level(int mcls) case MONS_WIZARD: case MONS_SIMULACRUM_SMALL: case MONS_SIMULACRUM_LARGE: + case MONS_ROCK_WORM: return 17; case MONS_DRAGON: -- cgit v1.2.3-54-g00ecf