Skip to content

Commit

Permalink
feat: add new RSh-12 fire sound (#458)
Browse files Browse the repository at this point in the history
## Что этот PR делает

Добавляет новый звук выстрела для РШ-12

## Почему это хорошо для игры

Аутентичный звук всегда хорошо

## Тестирование
Стреляет, звучит.

## Changelog

:cl:
soundadd: Добавляет выстрела звук РШ-12
/:cl:
  • Loading branch information
Gaxeer authored Oct 16, 2023
1 parent dc145cd commit 1bade46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/objects/code/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
icon = 'modular_ss220/objects/icons/guns.dmi'
icon_state = "rsh12"
item_state = "rsh12"
fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/gunshot_rsh12.ogg'
var/reclined = FALSE

/obj/item/gun/projectile/revolver/rsh12/attack_self(mob/living/user)
Expand Down
Binary file not shown.

0 comments on commit 1bade46

Please sign in to comment.