summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/item.h b/src/item.h
index 492e97c8..f57ac863 100644
--- a/src/item.h
+++ b/src/item.h
@@ -41,7 +41,8 @@ typedef enum ItemType {
ITEM_EQUIPMENT_SHIELD, // 8
ITEM_EQUIPMENT_RING, // 9
ITEM_EQUIPMENT_NECKLACE, // 10
- ITEM_EQUIPMENT_FEET // 11
+ ITEM_EQUIPMENT_FEET, // 11
+ ITEM_EQUIPMENT_PROJECTILE // 12
};
/**