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

Acid Gat: increase spread

This commit is contained in:
Jbleezy
2023-12-18 20:45:29 -08:00
parent 56dcabba5e
commit bd9b99a30f
2 changed files with 2 additions and 2 deletions

View File

@ -301,8 +301,8 @@
* Changed fire type from 3 round burst to 4 round burst
* Increased player damage from 10 to 15
* Projectiles fire in a straight line
* Projectiles no longer seek toward zombies
* Deadshot improves accuracy
* Projectile no longer seeks toward zombies
* Stuck zombie counts as a kill
* Upgraded: fixed fire sound

View File

@ -63,7 +63,7 @@ _titus_locate_target(is_not_upgraded = 1, count)
else
n_fuse_timer = randomfloatrange(3.0, 4.0);
n_spread = 5;
n_spread = 6;
if (self hasPerk("specialty_deadshot"))
{