diff --git a/LANGUAGE.en b/LANGUAGE.en index 958b855..02b7f27 100644 --- a/LANGUAGE.en +++ b/LANGUAGE.en @@ -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:"; @@ -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:"; @@ -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"; diff --git a/MENUDEF b/MENUDEF index f7cea9b..d7b6ed2 100644 --- a/MENUDEF +++ b/MENUDEF @@ -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 ""