summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index ef51a97c1a..16d0e95be6 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3934,7 +3934,8 @@ enum weapon_property_type
{
PWPN_DAMAGE, // 0
PWPN_HIT,
- PWPN_SPEED
+ PWPN_SPEED,
+ PWPN_ACQ_WEIGHT
};
#ifdef WIZARD