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

Improve wallbuy chalks

This commit is contained in:
Jbleezy 2024-04-09 20:28:54 -07:00
parent 300315d012
commit 486682e5c7
18 changed files with 2 additions and 1 deletions

View File

@ -635,6 +635,7 @@
* Purchasing no longer shows the weapon model at other wallbuys of the same weapon
* Lethal grenade hint string no longer displays "ammo" after purchasing
* Downing while purchasing a melee weapon gives the melee weapon
* Increased brightness of wallbuy chalks
* Added melee wallbuy HUD icons to all maps
## Mystery Box

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -205,7 +205,7 @@ offset_model(weaponname)
}
else if (weaponname == "vector_zm")
{
model_offset = (7, 0, 3);
model_offset = (6.5, 0, 2);
}
self.parent_struct.origin += (anglestoforward(self.parent_struct.angles) * model_offset[0]) + (anglestoright(self.parent_struct.angles) * model_offset[1]) + (anglestoup(self.parent_struct.angles) * model_offset[2]);