Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
Chorden523 committed Oct 2, 2024
1 parent ad05b20 commit 7b6d6f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modular_ss220/objects/code/weapons/ranged/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
var/additional_zombie_damage = 10

/obj/item/projectile/bullet/midbullet_r/peas_shooter/prehit(atom/target)
. = ..()
if(HAS_TRAIT(target, TRAIT_I_WANT_BRAINS))
damage += additional_zombie_damage
return ..()
Expand Down

0 comments on commit 7b6d6f7

Please sign in to comment.