Skip to content

Commit

Permalink
M44 sprite and sound changes (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterDude committed Apr 10, 2024
1 parent 4475857 commit 0c61b76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/projectiles/guns/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@
icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi'
icon_state = "m44r"
item_state = "m44r"

cocked_sound = 'sound/weapons/gun_revolver_spun.ogg'
unload_sound = 'sound/weapons/handling/pkd_open_chamber.ogg'
chamber_close_sound = 'sound/weapons/handling/pkd_close_chamber.ogg'

current_mag = /obj/item/ammo_magazine/internal/revolver/m44
force = 8
flags_gun_features = GUN_INTERNAL_MAG|GUN_CAN_POINTBLANK|GUN_ONE_HAND_WIELDED|GUN_AMMO_COUNTER
Expand Down
Binary file modified icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi
Binary file not shown.

0 comments on commit 0c61b76

Please sign in to comment.