diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-12-13 01:37:36 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-12-13 01:37:36 -0800 |
commit | 79f6a6dd4a29e5bd506e7104fb36a4b50834de55 (patch) | |
tree | 205b0a81790152cff4aaefc3e241524bf4b6c7aa /vamp_stuff | |
parent | Typo (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-79f6a6dd4a29e5bd506e7104fb36a4b50834de55.tar.xz |
Utilize the new conflicts field in modinfo.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/modinfo.json | 5 |
1 files 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", |