diff --git a/ChangeLog.md b/ChangeLog.md index 129fb76..943fc2c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,7 @@ #2.2.5 * Fix rate of fire for burst lasers * Add fragment cannon modifications + * Fix internal name of dazzle shell #2.2.4 * Fix incorrect ID for class 5 luxury passenger cabin diff --git a/dist/index.js b/dist/index.js index ad61509..20d094d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14304,7 +14304,7 @@ module.exports = { id: 3, name: "Corrosive shell" }, - special_dazzle_shell: { + special_blinding_shell: { id: 4, name: "Dazzle shell" }, diff --git a/dist/index.json b/dist/index.json index c03c388..80c32e0 100644 --- a/dist/index.json +++ b/dist/index.json @@ -16700,7 +16700,7 @@ "id": 3, "name": "Corrosive shell" }, - "special_dazzle_shell": { + "special_blinding_shell": { "id": 4, "name": "Dazzle shell" }, diff --git a/modifications/specials.json b/modifications/specials.json index 441edcb..625262c 100644 --- a/modifications/specials.json +++ b/modifications/specials.json @@ -3,7 +3,7 @@ "special_choke_canister": {"id": 1, "name": "Choke canister"}, "special_concordant_sequence": {"id": 2, "name": "Concordant sequence"}, "special_corrosive_shell": {"id": 3, "name": "Corrosive shell"}, - "special_dazzle_shell": {"id": 4, "name": "Dazzle shell"}, + "special_blinding_shell": {"id": 4, "name": "Dazzle shell"}, "special_dispersal_field": {"id": 5, "name": "Dispersal field"}, "special_distortion_field": {"id": 6, "name": "Distortion field"}, "special_drag_munitions": {"id": 7, "name": "Drag munitions"},