summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 52d805cd60..a2e960c0ce 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -196,8 +196,10 @@ const int LABYRINTH_BORDER = 4;
#define SL_TRAP_ZOT 30
// Maximum enchantment on weapons/armour/secondary armours
+// This is the same as for ammunition.
+#define MAX_WPN_ENCHANT 9
+
// Note: use armour_max_enchant(item) to get the correct limit for item
-#define MAX_WPN_ENCHANT 5
#define MAX_ARM_ENCHANT 5
#define MAX_SEC_ENCHANT 2