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

Buildables: add weapon name on HUD

Jet Gun: change weapon name on HUD
This commit is contained in:
Jbleezy 2023-12-20 21:17:10 -08:00
parent 2307b42033
commit ad80664df3
8 changed files with 17 additions and 1 deletions

View File

@ -282,6 +282,7 @@
* No longer disassembles when overheated
* Weapon is taken when overheated
* Buildable table model no longer shows when player has weapon
* Changed weapon name on HUD from "Thrustodyne Aeronautics Model 23" to "Jet Gun"
### Sliquifier
* Added upgraded version
@ -475,6 +476,7 @@
* Can no longer be destroyed by 2 grenades
* Can be destroyed by taking 1500 damage
* Can no longer be picked up after being destroyed
* Added weapon name on HUD to all buildables
### Zombie Shield
* Added shield health bar on HUD

View File

@ -14,6 +14,15 @@ LANG_ENGLISH "DOCKS"
REFERENCE ZMUI_MAZE_CAPS
LANG_ENGLISH "MAZE"
REFERENCE ZOMBIE_EQUIP_TURBINE
LANG_ENGLISH "Turbine"
REFERENCE ZOMBIE_EQUIP_TURRET
LANG_ENGLISH "Turret"
REFERENCE ZM_BURIED_EQ_SP
LANG_ENGLISH "Trample Steam"
REFERENCE ZOMBIE_ITEM_MEAT
LANG_ENGLISH "Meat"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long