1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-08 06:12:17 -05:00

Weapons: remove triple zero from upgraded name

This commit is contained in:
Jbleezy 2024-04-04 22:26:36 -07:00
parent 9fc0dca576
commit b95265d9f1
2 changed files with 12 additions and 1 deletions

View File

@ -51,6 +51,7 @@
* [M1927](#m1927) * [M1927](#m1927)
* [MP40](#mp40) * [MP40](#mp40)
* [MSMC](#msmc) * [MSMC](#msmc)
* [PDW-57](#pdw-57)
* [Skorpion EVO](#skorpion-evo) * [Skorpion EVO](#skorpion-evo)
* [Vector K10](#vector-k10) * [Vector K10](#vector-k10)
* [Light Machine Guns](#light-machine-guns) * [Light Machine Guns](#light-machine-guns)
@ -326,6 +327,7 @@
* Increased weapon cost from 1200 to 1500 * Increased weapon cost from 1200 to 1500
* Unupgraded: decreased stock ammo from 300 to 240 * Unupgraded: decreased stock ammo from 300 to 240
* Upgraded: decreased stock ammo from 600 to 450 * Upgraded: decreased stock ammo from 600 to 450
* Upgraded: changed weapon name from "94000" to "9400"
#### FAL OSW #### FAL OSW
* Replaces FAL * Replaces FAL
@ -394,6 +396,9 @@
#### MSMC #### MSMC
* Replaces MP5 * Replaces MP5
#### PDW-57
* Upgraded: changed weapon name from "57000" to "5700"
#### Skorpion EVO #### Skorpion EVO
* Upgraded: changed attachment from Reflex Sight to Fast Mag * Upgraded: changed attachment from Reflex Sight to Fast Mag
@ -493,7 +498,7 @@
* Weapon is taken when overheated * Weapon is taken when overheated
* Buildable table model no longer shows when player has weapon * Buildable table model no longer shows when player has weapon
* Added heat percentage on HUD * Added heat percentage on HUD
* Changed weapon name on HUD from "Thrustodyne Aeronautics Model 23" to "Jet Gun" * Changed weapon name from "Thrustodyne Aeronautics Model 23" to "Jet Gun"
* Fixed HUD icon fading after firing * Fixed HUD icon fading after firing
#### Sliquifier #### Sliquifier

View File

@ -1003,6 +1003,12 @@ LANG_ENGLISH "Robot's Head"
// WEAPONS // WEAPONS
REFERENCE ZMWEAPON_PDW57_UPGRADED
LANG_ENGLISH "Predictive Death Wish 5700"
REFERENCE ZMWEAPON_AN94_UPGRADED
LANG_ENGLISH "Actuated Neutralizer 9400"
REFERENCE ZMWEAPON_BERETTA93R_EXTCLIP_UPGRADED REFERENCE ZMWEAPON_BERETTA93R_EXTCLIP_UPGRADED
LANG_ENGLISH "B34R Extended Clip" LANG_ENGLISH "B34R Extended Clip"