diff --git a/ChangeLog.md b/ChangeLog.md index e8485ce..0339b82 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +#2.2.4-a + * Fix incorrect ID for emissive munitions special + #2.2.4 * Fix incorrect ID for class 5 luxury passenger cabin * Add damage type modifier diff --git a/dist/index.js b/dist/index.js index e80f931..03bea5f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14305,7 +14305,7 @@ module.exports = { name: "Drag munitions" }, special_emissive_munitions: { - id: 9, + id: 8, name: "Emissive munitions" }, special_feedback_cascade: { diff --git a/dist/index.json b/dist/index.json index bf27b0b..68867f7 100644 --- a/dist/index.json +++ b/dist/index.json @@ -16701,7 +16701,7 @@ "name": "Drag munitions" }, "special_emissive_munitions": { - "id": 9, + "id": 8, "name": "Emissive munitions" }, "special_feedback_cascade": { diff --git a/modifications/specials.json b/modifications/specials.json index 3d5e47d..441edcb 100644 --- a/modifications/specials.json +++ b/modifications/specials.json @@ -7,7 +7,7 @@ "special_dispersal_field": {"id": 5, "name": "Dispersal field"}, "special_distortion_field": {"id": 6, "name": "Distortion field"}, "special_drag_munitions": {"id": 7, "name": "Drag munitions"}, - "special_emissive_munitions": {"id": 9, "name": "Emissive munitions"}, + "special_emissive_munitions": {"id": 8, "name": "Emissive munitions"}, "special_feedback_cascade": {"id": 9, "name": "Feedback cascade"}, "special_force_shell": {"id": 10, "name": "Force shell"}, "special_high_yield_shell": {"id": 11, "name": "High yield shell"},