Skip to content

Commit

Permalink
M545 Sound & Magazine Sprite Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YourPalHolidays committed Jul 23, 2024
1 parent 61fb6e5 commit 33fce40
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added code/modules/halo/sounds/m545_fire.ogg
Binary file not shown.
Binary file added code/modules/halo/sounds/m545_reload.ogg
Binary file not shown.
6 changes: 3 additions & 3 deletions code/modules/halo/weapons/M545.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
load_method = MAGAZINE
magazine_type = /obj/item/ammo_magazine/m545/m118
allowed_magazines = list(/obj/item/ammo_magazine/m545)
//fire_sound = 'code/modules/halo/sounds/MagnumShotSoundEffect.ogg'
reload_sound = 'code/modules/halo/sounds/UNSC_Saw_Reload_Sound_Effect.ogg'
fire_sound = 'code/modules/halo/sounds/m545_fire.ogg'
reload_sound = 'code/modules/halo/sounds/m545_reload.ogg'
one_hand_penalty = -1
dispersion = list(0.2, 0.2, 0.2, 0.2, 0.3, 0.3, 0.3, 0.3, 0.4, 0.4, 0.4, 0.5)
w_class = ITEM_SIZE_HUGE
Expand Down Expand Up @@ -51,7 +51,7 @@
/obj/item/ammo_magazine/m545
name = "M545 box magazine"
icon = 'code/modules/halo/weapons/icons/Weapon Sprites.dmi'
icon_state = "Innie 30cal box - Full"
icon_state = "Innie_30cal_Box"
mag_type = MAGAZINE
caliber = "7.62mm"
max_ammo = 150
Expand Down
Binary file modified code/modules/halo/weapons/icons/Weapon Sprites.dmi
Binary file not shown.

0 comments on commit 33fce40

Please sign in to comment.