diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 22:00:14 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 22:00:14 -0700 |
commit | aa0dc0ae27f206186ff040d3c782229bc4868240 (patch) | |
tree | cfe2174086567726999cf5ed5ee483922a9c3614 | |
parent | Integrate my power armor rebalance into this mod. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-aa0dc0ae27f206186ff040d3c782229bc4868240.tar.xz |
Add conflicts with old power armor mod.
-rw-r--r-- | modinfo.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modinfo.json b/modinfo.json index 9b5ff58..6e189ae 100644 --- a/modinfo.json +++ b/modinfo.json @@ -6,6 +6,7 @@ "authors": [ "jc_gargma" ], "description": "This mod adjusts numerous vanilla items to use the armor coverage and max_encumbrance systems. Also fix some items where the existing coverage/encumbrance/etc just didn't make sense.", "category": "rebalance", - "dependencies": [ "bn" ] + "dependencies": [ "bn" ], + "conflicts": [ "usable_power_armor" ] } ] |