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

Fix projectile angles of projectile weapons with no rotation

This commit is contained in:
Jbleezy
2024-04-16 21:08:05 -07:00
parent ed35b59f37
commit 4bd4a0d75f
6 changed files with 39 additions and 3 deletions

View File

@ -147,6 +147,7 @@ betty_watch()
if (weapname == "bouncingbetty_zm")
{
betty.angles = (0, betty.angles[1], 0);
betty.owner = self;
betty.team = self.team;
self notify("zmb_enable_betty_prompt");