Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨add last cp #1167

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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