diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h index 6ec889a10..f4ee38324 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -92,6 +92,7 @@ class Inventory final const uint8_t refine, const unsigned char color, const bool identified, + const bool damaged, const bool equipment, const bool equipped); @@ -104,6 +105,7 @@ class Inventory final const uint8_t refine, const unsigned char color, const bool identified, + const bool damaged, const bool equipment, const bool equipped); |