summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 59cee06d2e..9921a2a3aa 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -252,7 +252,7 @@ bool wield_weapon(bool auto_wield, int slot, bool show_weff_messages)
else
{
if ((you.species < SP_OGRE || you.species > SP_OGRE_MAGE)
- && item_mass( you.inv[item_slot] ) >= 500)
+ && item_mass( you.inv[item_slot] ) >= 300)
{
mpr("That's too large and heavy for you to wield.");
return (false);