aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-12-13 01:35:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-12-13 01:35:07 -0800
commite083a49d5d34f188974a0f8a88160479eb5583c7 (patch)
tree45844411bb4dca71f48aa26671721ac933c684e9
parentUpdate magazine_well for 2021-11-11-1246 (diff)
downloadcataclysm-dda-mod_battle-maid-redone-e083a49d5d34f188974a0f8a88160479eb5583c7.tar.xz
Utilize the new conflicts field in the modinfo.
-rw-r--r--modinfo.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/modinfo.json b/modinfo.json
index ce915a8..5c0e30f 100644
--- a/modinfo.json
+++ b/modinfo.json
@@ -5,8 +5,9 @@
"name": "Battle Maid Redone",
"authors": [ "Vermillon" ],
"maintainers": [ "jc_gargma" ],
- "description": "Translated and tweaked version of the original Battle Maid mod. Conflicts with Battle Maid Redux, Kawaii Maid Mod, Project Kawaii.",
+ "description": "Translated and tweaked version of the original Battle Maid mod.",
"category": "content",
- "dependencies": [ "dda" ]
+ "dependencies": [ "dda" ],
+ "conflicts": [ "battle_maid", "KawaiiMaidMod", "ProjectKawaii" ]
}
]