diff --git a/Arcana_BN/item_groups/item_groups_vanilla.json b/Arcana_BN/item_groups/item_groups_vanilla.json index 2679716a..5a748775 100644 --- a/Arcana_BN/item_groups/item_groups_vanilla.json +++ b/Arcana_BN/item_groups/item_groups_vanilla.json @@ -216,6 +216,7 @@ { "id": "drugdealer", "type": "item_group", + "subtype": "collection", "items": [ { "group": "magic_books_postapoc", "prob": 5 } ] }, { diff --git a/Arcana_BN/modinfo.json b/Arcana_BN/modinfo.json index 61038164..f0a18307 100644 --- a/Arcana_BN/modinfo.json +++ b/Arcana_BN/modinfo.json @@ -5,7 +5,7 @@ "name": "Arcana and Magic Items", "authors": [ "Chaosvolt" ], "description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.", - "version": "BN version, update 10/16/2024", + "version": "BN version, update 10/31/2024", "category": "content", "dependencies": [ "bn" ] }