summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
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;