Skip to content

Commit

Permalink
re-adds the accuracy buff to aiming
Browse files Browse the repository at this point in the history
someone shouldn't be able to take out a molotov and you just 'miss'
  • Loading branch information
HaultyAnonie committed Jan 20, 2024
1 parent d80ee5d commit 7a6ed86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,13 @@
//Accuracy modifiers
P.accuracy = accuracy*acc_mod
P.dispersion = dispersion
/*

//accuracy bonus from aiming
if (aim_targets && (target in aim_targets))
//If you aim at someone beforehead, it'll hit more often.
//Kinda balanced by fact you need like 2 seconds to aim
//As opposed to no-delay pew pew
P.accuracy += 2*/
P.accuracy += 2

//does the actual launching of the projectile
/obj/item/weapon/gun/proc/process_projectile(obj/projectile, mob/user, atom/target, var/target_zone, var/params=null)
Expand Down

0 comments on commit 7a6ed86

Please sign in to comment.