Skip to content

Commit

Permalink
Merge pull request #11 from UndeadZeratul/main
Browse files Browse the repository at this point in the history
Fix MBR LANGUAGE Lumps
  • Loading branch information
UndeadZeratul authored Aug 19, 2023
2 parents 94cc3e1 + 9dc9c66 commit f7a92d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions LANGUAGE.en
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ MENU_GFB9_TITLE = "------ Gretchenfrage Blaster Mk. 9 Op
MENU_GFB9_PISTOL_SPAWNTEXT = "Control the spawn rate of the GFB-9 on Pistols:";
MENU_GFB9_BACKPACKS = "Control whether the GFB-9 spawns in Backpacks:";

// HEV Armour Options Text
MENU_HEVARMOUR_TITLE = "------ HEV Armor Options ------";
MENU_HEVARMOUR_ARMOUR_SPAWNTEXT = "Control the spawn rate of the HEV Armor on Garrison and Battle Armour:";

// Modular Battle Rifle Options Text
MENU_MBR_TITLE = "------ Modular Battle Rifle Options ------";
MENU_MBR_CHAINGUN_SPAWNTEXT = "Control the spawn rate of the MBR on Vulcanettes:";
Expand All @@ -97,10 +101,6 @@ MENU_MBRMAGHEAVY_BACKPACKS = "Control whether MBR Heavy Magazines s
MENU_MBRMAGLIGHT_SHELLBOX_SPAWNTEXT = "Control the spawn rate of MBR Light Magazines on Shell Boxes:";
MENU_MBRMAGLIGHT_BACKPACKS = "Control whether MBR Light Magazines spawn in Backpacks:";

// HEV Armour Options Text
MENU_HEVARMOUR_TITLE = "------ HEV Armor Options ------";
MENU_HEVARMOUR_ARMOUR_SPAWNTEXT = "Control the spawn rate of the HEV Armor on Garrison and Battle Armour:";

// NCT Options Text
MENU_NCT_TITLE = "------ NS3-Cr.Kt Options ------";
MENU_NCT_BFG_SPAWNTEXT = "Control the spawn rate of the NS3-Cr.Kt on BFG-9000s:";
Expand Down 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 f7a92d5

Please sign in to comment.