Skip to content

Commit

Permalink
📦 Version 4.7.12+20240806.2023 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LSS-Manager-Bot committed Aug 6, 2024
1 parent ee2795b commit 6e9a77a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lss-manager-v4",
"version": "4.7.12+20240730.2044",
"version": "4.7.12+20240806.2023",
"license": "CC-BY-NC-SA-4.0",
"scripts": {
"quickbuild": "./build/build.sh --quick",
Expand Down
10 changes: 4 additions & 6 deletions src/i18n/en_GB/vehicles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ export default {
95: {
caption: 'Community Midwife',
color: '#b89d14',
credits: 10000,
credits: 10_000,
coins: 10,
staff: {
min: 1,
Expand All @@ -1550,13 +1550,12 @@ export default {
},
icon: 'car-side',
possibleBuildings: [2, 20, 21, 22, 32],
special:
'',
special: '',
},
96: {
caption: 'Specialist Paramedic RRV',
color: '#b89d14',
credits: 10000,
credits: 10_000,
coins: 10,
staff: {
min: 1,
Expand All @@ -1571,8 +1570,7 @@ export default {
},
icon: 'car-side',
possibleBuildings: [2, 20, 21, 22, 32],
special:
'',
special: '',
},
97: {
caption: 'Patient Transport Service Ambulance',
Expand Down
5 changes: 1 addition & 4 deletions src/modules/extendedCallWindow/i18n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,7 @@
"vehicles": [83]
},
{
"texts": [
"Community Midwife",
"Community Midwifes"
],
"texts": ["Community Midwife", "Community Midwifes"],
"vehicles": [95]
},
{
Expand Down
3 changes: 2 additions & 1 deletion src/modules/extendedCallWindow/i18n/en_GB.root.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@
{
"name": "Ambulance",
"vehicleTypes": [
5, 9, 10, 19, 20, 21, 22, 27, 28, 29, 30, 31, 32, 33, 34, 95, 96
5, 9, 10, 19, 20, 21, 22, 27, 28, 29, 30, 31, 32, 33, 34,
95, 96
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4078,9 +4078,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.30001524, caniuse-lite@npm:^1.0.30001578, caniuse-lite@npm:^1.0.30001580":
version: 1.0.30001644
resolution: "caniuse-lite@npm:1.0.30001644"
checksum: 96de82909f3ba9f44e5b261c42d3d8814ba99b7b8b48eb8f8eafb7015804ccb2bc2120c5fbc5e193e14e0c87bf1cd0d4de920d8f5a5b477e66e8f0c3972d0eb7
version: 1.0.30001649
resolution: "caniuse-lite@npm:1.0.30001649"
checksum: 0ca2f3776324acfc36d72a575e72ffd1408b91f0ac462a6f0aa08ea24d0d16e83f85f652e19d40e6d6d82ab0fb588740f948e7c88d2818fe6bcd68f70ca33acf
languageName: node
linkType: hard

Expand Down

0 comments on commit 6e9a77a

Please sign in to comment.