diff --git a/dfhack/modules/Items.cpp b/dfhack/modules/Items.cpp index 149b10312..ec2ef540e 100644 --- a/dfhack/modules/Items.cpp +++ b/dfhack/modules/Items.cpp @@ -234,6 +234,7 @@ std::string Items::getItemClass(int32_t index) case 5: return "log"; case 54: return "leather"; case 57: return "cloth"; + case -1: return "probably bone or shell, but I really don't know"; default: return "unknown"; } }