Skip to content

Commit

Permalink
feat: Add additional help voice over lines to disable
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Sep 13, 2022
1 parent f8d2246 commit b18f065
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/game/bf2/help.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package bf2

var voiceOverHelpLines = []string{
"DuckInTurret",
"HUD_HELP_BATTLERECORDER_controlsQ",
"HUD_HELP_BATTLERECORDER_controlsT",
"HUD_HELP_COMMANDER_ARTILLERY_description",
Expand Down Expand Up @@ -125,4 +126,13 @@ var voiceOverHelpLines = []string{
"HUD_HELP_WORLD_PLAYER_RADAR_friendly",
"HUD_HELP_WORLD_PLAYER_UAV_TRAILER_enemy",
"HUD_HELP_WORLD_PLAYER_UAV_TRAILER_friendly",
"RURIF_AK101",
"USRIF_M24",
"air_f35b",
"ammokit",
"c4_explosives",
"gbrif_l96a1",
"medikit",
"switchToGuidedMissiles",
"ushgr_m67",
}

0 comments on commit b18f065

Please sign in to comment.