Add support for death reasons

This commit is contained in:
rubenwardy
2018-04-04 20:55:33 +01:00
parent 6c79a2f73f
commit f571f9d6eb
3 changed files with 26 additions and 7 deletions

View File

@ -48,6 +48,11 @@ local function convert_data()
data[from] = nil
end
data.death = {
unknown = data.death,
__total = data.death,
}
-- Convert item db to new format
local counted_items = {
count = "dig",