Skip to content

Commit

Permalink
Merge pull request Civ13#2584 from HaultyAnonie/aimingbuff
Browse files Browse the repository at this point in the history
re-adds the accuracy buff to aiming
  • Loading branch information
savethetreez authored Jan 23, 2024
2 parents dcabaa3 + 7a6ed86 commit 694a42c
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 694a42c

Please sign in to comment.