Skip to content

Commit

Permalink
Merge pull request #379 from netux/fix/juno-custom-game-settings
Browse files Browse the repository at this point in the history
Add missing secondary fire custom game settings for Julia
  • Loading branch information
CactusPuppy authored Sep 2, 2024
2 parents 43667b4 + e66a280 commit 17600e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/data/customGameSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4273,7 +4273,8 @@ export const customGameSettingsSchema: CustomGameSettingSchema =
"hammond",
"ramattra",
"lifeweaver",
"venture"
"venture",
"juno"
],
"en-US": "%1$s",
"de-DE": "%1$s",
Expand Down Expand Up @@ -4314,7 +4315,8 @@ export const customGameSettingsSchema: CustomGameSettingSchema =
"hammond",
"ramattra",
"lifeweaver",
"venture"
"venture",
"juno"
],
"en-US": "%1$s Cooldown Time",
"de-DE": "%1$s – Abklingzeit",
Expand Down

0 comments on commit 17600e4

Please sign in to comment.