Skip to content

Commit

Permalink
Merge pull request #1167 from LSS-Manager/dev
Browse files Browse the repository at this point in the history
✨add last cp
  • Loading branch information
Suchty112 committed Mar 26, 2024
2 parents d5dc769 + 78b2c8b commit 8ae8226
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 8 additions & 3 deletions lss-manager-v3/helperfunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ if (I18n.locale == 'en_US') {
102: ['Police Traffic Blocker Unit', 2],
103: ['Fire Traffic Control Unit', 0],
104: ['Fire Traffic Blocker Unit', 0],
105: ['Wrecker', 0],
106: ['Flatbed Carrier', 0],
107: ['Fire Wrecker', 0],
108: ['Police Wrecker', 2],
};
} else if (I18n.locale == 'en_GB') {
lssm.carsById = {
Expand Down Expand Up @@ -865,9 +869,9 @@ if (I18n.locale == 'en_US') {
97: ['DB-Speurhonden',0],
98: ['SIV-P',2],
99: ['DB-VOA',2],
100: ['GGB', 0],
101: ['NHT', 0],
102: ['MC-Ambulance', 0],
100: ['GGB', 1],
101: ['NHT', 1],
102: ['MC-Ambulance', 10],
};
} else if (I18n.locale == 'de_DE') {
lssm.buildingTypes = [
Expand Down Expand Up @@ -1042,6 +1046,7 @@ if (I18n.locale == 'en_US') {
140: ['MTW-Verpflegung ', 0],
141: ['Anhänger Feldkochherd', 0],
142: ['AB-Küche', 0],
143: ['Anh Schlauch', 0],
};
}
lssm.getVehicleNameById = function (vehicleId) {
Expand Down
4 changes: 3 additions & 1 deletion modules/lss-RenameFZ/renameFZ.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
22: "Fire Marshal's Office",
23: "Coastal Rescue Station",
25: "Coastal Air Station",
26: "Lifeguard Post"
26: "Lifeguard Post",
27: "Tow Truck Station"
},
},
};
Expand Down Expand Up @@ -931,6 +932,7 @@
19: 'Kustwacht haven',
21: 'SAR Helikopter platform',
22: 'Steunpunt Rijkswaterstaat',
23: 'Militaire hangar',
},
},
};
Expand Down

0 comments on commit 8ae8226

Please sign in to comment.