From 5e993e3c9204f5f052ab13294f930b83c3360ec9 Mon Sep 17 00:00:00 2001 From: Ovilum Date: Wed, 12 Jun 2024 17:09:05 -0500 Subject: [PATCH] yup https://github.com/shiptest-ss13/Shiptest/pull/3065 --- code/modules/projectiles/guns/ballistic/revolver.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/revolver.dm b/code/modules/projectiles/guns/ballistic/revolver.dm index ad6dc8e6e6..9bf0cb8c4c 100644 --- a/code/modules/projectiles/guns/ballistic/revolver.dm +++ b/code/modules/projectiles/guns/ballistic/revolver.dm @@ -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 + +