summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/item.cpp b/src/item.cpp
index da4483874..2d4183a8b 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -42,6 +42,7 @@ Item::Item(const int id,
const uint8_t refine,
const unsigned char color,
const bool identified,
+ const bool damaged,
const bool equipment,
const bool equipped) :
mId(0),
@@ -56,7 +57,7 @@ Item::Item(const int id,
mEquipped(equipped),
mInEquipment(false),
mIdentified(identified),
- mDamaged(false),
+ mDamaged(damaged),
mFavorite(false)
{
setId(id, color);