diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-12-13 01:52:01 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-12-13 01:52:01 -0800 |
commit | 182c77c0b1aae10843fa468a61b465e7c402dee3 (patch) | |
tree | 85c85a5fe991ed41d9fd6e489b9cda7f8d39517c /vamp_stuff | |
parent | Utilize the new conflicts field in modinfo. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-182c77c0b1aae10843fa468a61b465e7c402dee3.tar.xz |
Add a conflict with magiclysm.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/modinfo.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/modinfo.json b/vamp_stuff/modinfo.json index 7c38e4e..8b22494 100644 --- a/vamp_stuff/modinfo.json +++ b/vamp_stuff/modinfo.json @@ -8,7 +8,7 @@ "description": "Adds night creatures, items, monsters, and locations. Also mutations, feeding on npcs, and spells.", "category": "misc_additions", "dependencies": [ "dda" ], - "conflicts": [ "vamp_stuff", "magiclysm" ] + "conflicts": [ "vamp_stuff", "crt_expansion", "magiclysm" ] }, { "type": "skill", |