summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index f802a3e765..686140fb5c 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2250,7 +2250,7 @@ bool is_armour_brand_ok(int type, int brand)
return (type == ARM_ROBE);
case SPARM_PONDEROUSNESS:
- return (slot == EQ_BODY_ARMOUR);
+ return (true);
case SPARM_PRESERVATION:
case SPARM_DARKNESS: