diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-23 23:09:47 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-23 23:09:47 -0800 |
commit | c5bb51ceb3be46e024fa17d11ea8114dd6183620 (patch) | |
tree | f1eebea52e7ad03d9ae8c3d4abc74818ef5dad53 /json/migration.json | |
parent | Update for the removal of the armor category. (diff) | |
download | cataclysm-dda-mod_mbr-vests-return-c5bb51ceb3be46e024fa17d11ea8114dd6183620.tar.xz |
Port the mod back to DDA
Diffstat (limited to 'json/migration.json')
-rw-r--r-- | json/migration.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/json/migration.json b/json/migration.json index 143b01e..2fbf4c6 100644 --- a/json/migration.json +++ b/json/migration.json @@ -18,5 +18,20 @@ "id": "ceramicdisks", "type": "MIGRATION", "replace": "ceramic_armor" + }, + { + "id": "ballistic_vest_empty", + "type": "MIGRATION", + "replace": "modularvest" + }, + { + "id": "ballistic_vest_esapi", + "type": "MIGRATION", + "replace": "modularvestceramic" + }, + { + "id": "xlkevlar", + "type": "MIGRATION", + "replace": "modularvest" } ] |