Skip to content

Commit

Permalink
Fix MBR Tag & Menu Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Aug 19, 2023
1 parent d5aa237 commit 9dc9c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions LANGUAGE.en
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ TAG_GASTANK = "Fuel Tank";
TAG_GFB9 = "Gretchenfrage Blaster Mk. 9";
TAG_HEVARMOUR = "HEV Armor";
TAG_HEVARMOURSPARE = "HEV Armor (spare)";
TAG_MBR = "Modular Battle Rifle";
TAG_NCT = "NS3-Cr.Kt";
TAG_NYX = "CM-3 'Nyx' .355 Burst-Fire Magnum";
TAG_NYXMAG = "Nyx Magazine";
Expand Down
4 changes: 2 additions & 2 deletions MENUDEF
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ OptionMenu "mbrSpawning" {
StaticText ""

StaticText "$MENU_MAGSPAWNOPTIONS", "Green"
StaticText "$MENU_MBRMAGHEAVY_CLIPMAG_SPAWNTEXT", "White"
StaticText "$MENU_MBRMAGHEAVY_ROCKETBOX_SPAWNTEXT", "White"
Option "$MENU_MAGSPAWNRATE", "mbrmagheavy_rocketbox_spawn_bias", "SpawnBias"
SafeCommand "$MENU_RESETMAG", "resetcvar mbrmagheavy_rocketbox_spawn_bias"
StaticText ""

StaticText "$MENU_MBRMAGLIGHT_CLIPMAG_SPAWNTEXT", "White"
StaticText "$MENU_MBRMAGLIGHT_SHELLBOX_SPAWNTEXT", "White"
Option "$MENU_MAGSPAWNRATE", "mbrmaglight_shellbox_spawn_bias", "SpawnBias"
SafeCommand "$MENU_RESETMAG", "resetcvar mbrmaglight_shellbox_spawn_bias"
StaticText ""
Expand Down

0 comments on commit 9dc9c66

Please sign in to comment.