Skip to content

Commit

Permalink
Update modular_ss220/objects/code/weapons/ranged/revolvers.dm
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
Chorden523 and dj-34 authored Aug 3, 2024
1 parent acf5c0b commit c71e3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/objects/code/weapons/ranged/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
stamina = 5
damage_type = STAMINA

/obj/item/projectile/bullet/midbullet_r/peas_shooter/on_hit(mob/H)
/obj/item/projectile/bullet/midbullet_r/peas_shooter/on_hit(mob/living/carbon/human/H)
. = ..()
if(isliving(H) && prob(15))
H.emote("moan")

0 comments on commit c71e3ed

Please sign in to comment.