Skip to content

Commit

Permalink
Merge pull request #64 from Starfly-13/Fix-shadow-AP-bonus
Browse files Browse the repository at this point in the history
Fix-shadow-AP-bonus
  • Loading branch information
lectronyx authored Jun 13, 2024
2 parents d830853 + 5e993e3 commit ee1c8e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/projectiles/guns/ballistic/revolver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -724,4 +724,6 @@
// if you go through the pain of not only using this shitty gun, but also with the fucking gunslinger quirk, you deserve this bonus. not a BIG bonus, but enough as an incentive to make people actually take the quirk.
if(chambered.BB && (HAS_TRAIT(user, TRAIT_GUNSLINGER)))
chambered.BB.damage += 5
chambered.armour_penetration += 5
chambered.BB.armour_penetration += 5


0 comments on commit ee1c8e3

Please sign in to comment.