Skip to content

Commit

Permalink
Fix runtime when shooting peas shooter (#1413)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Фиксит рантайм при стрельбе из горохострела по объектам и турфам.

## Почему это хорошо для игры
Меньше рантаймов

## Тестирование
Локалочка

## Changelog
Ничего для игроков

---------

Co-authored-by: dj-34 <[email protected]>
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 5, 2024
1 parent 66caa10 commit 304ad64
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 @@ -191,5 +191,5 @@

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

0 comments on commit 304ad64

Please sign in to comment.