From 79f6a6dd4a29e5bd506e7104fb36a4b50834de55 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 13 Dec 2021 01:37:36 -0800 Subject: Utilize the new conflicts field in modinfo. --- vamp_stuff/modinfo.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vamp_stuff/modinfo.json b/vamp_stuff/modinfo.json index ee8e794..7c38e4e 100644 --- a/vamp_stuff/modinfo.json +++ b/vamp_stuff/modinfo.json @@ -5,9 +5,10 @@ "name": "Vampiric Stuff Redone", "author": [ "Axema Vales" ], "maintainers": [ "jc_gargma" ], - "description": "Adds night creatures, new items, monsters and locations. Conflicts with Vampiric Stuff.", + "description": "Adds night creatures, items, monsters, and locations. Also mutations, feeding on npcs, and spells.", "category": "misc_additions", - "dependencies": [ "dda" ] + "dependencies": [ "dda" ], + "conflicts": [ "vamp_stuff", "magiclysm" ] }, { "type": "skill", -- cgit v1.2.1