1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Origins: add upgraded attachment weapon display names

This commit is contained in:
Jbleezy 2024-01-13 21:54:37 -08:00
parent a64ddbf2b0
commit 1339bbec0e
3 changed files with 11 additions and 1 deletions

View File

@ -899,6 +899,7 @@
* Records automatically picked up
* Gramophone initially spawns at Excavation Site gramophone table
* Musical parts no longer show on HUD
* Added attachment display name on HUD for upgraded attachment weapons
* Generators: increased capture reward points from 100 to 200
* Generators: always give back refund points if player was in the generator zone when captured
* Generators: recapture round zombies only drop Max Ammo if killed before taking first generator

View File

@ -988,6 +988,12 @@ LANG_ENGLISH "Robot's Head"
// WEAPONS
REFERENCE ZMWEAPON_BERETTA93R_EXTCLIP_UPGRADED
LANG_ENGLISH "B34R Extended Clip"
REFERENCE ZMWEAPON_MP40_STALKER_UPGRADED
LANG_ENGLISH "The Afterburner Adjustable Stock"
REFERENCE ZMWEAPON_SHIV
LANG_ENGLISH "Shiv"
@ -1042,6 +1048,9 @@ LANG_ENGLISH "Vector K10 Extended Clip"
REFERENCE ZMWEAPON_VECTOR_UPGRADED
LANG_ENGLISH "Matrix K1000"
REFERENCE ZMWEAPON_VECTOR_EXTCLIP_UPGRADED
LANG_ENGLISH "Matrix K1000 Extended Clip"
REFERENCE ZMWEAPON_SIG556_UPGRADED
LANG_ENGLISH "FBI-667"

File diff suppressed because one or more lines are too long