From 52dea493f8e4d6db38ece11df39754d213bbe878 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 27 Sep 2006 17:46:38 +0000 Subject: Giant clubs should be eligible for brown snakes when casting sticks-to-snakes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@157 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc index c6ff4d0b39..d786fe52b9 100644 --- a/crawl-ref/source/spells4.cc +++ b/crawl-ref/source/spells4.cc @@ -723,7 +723,7 @@ void cast_sticks_to_snakes(int pow) // ogres, and most importantly ogre magi). Still it's unlikely // any character is strong enough to bother lugging a few of // these around. -- bwr - if (item_mass( you.inv[ weapon ] ) < 500) + if (item_mass( you.inv[ weapon ] ) < 300) mon = MONS_SNAKE; else mon = MONS_BROWN_SNAKE; -- cgit v1.2.3-54-g00ecf