Skip to content

Commit

Permalink
Fuel Rod & M41 Reload Sound Effect
Browse files Browse the repository at this point in the history
  • Loading branch information
YourPalHolidays committed Jul 23, 2024
1 parent 87dd98b commit 1392f39
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
File renamed without changes.
Binary file added code/modules/halo/sounds/fuel_rod_reload.ogg
Binary file not shown.
Binary file added code/modules/halo/sounds/m41_reload.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion code/modules/halo/vehicles/types/prophet_chair.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
icon_state = "plasmaturret_obj"
item_state = ""

fire_sound = 'code/modules/halo/sounds/Fuelrodfire.ogg'
fire_sound = 'code/modules/halo/sounds/fuel_rod_fire_2.ogg'
fire_delay = 25

burst = 4
Expand Down
1 change: 1 addition & 0 deletions code/modules/halo/weapons/M41.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
icon_state = "M41closed"
item_state = "m41"
fire_sound = 'code/modules/halo/sounds/Rocket_Launcher_Fire_New.wav'
reload_sound = 'code/modules/halo/sounds/m41_reload.ogg'
load_method = MAGAZINE
magazine_type = /obj/item/ammo_magazine/spnkr
fire_delay = 20
Expand Down
3 changes: 2 additions & 1 deletion code/modules/halo/weapons/covenant/launchers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
icon = 'code/modules/halo/weapons/icons/fuel_rod_cannon.dmi'
icon_state = "fuel_rod"
item_state = "fuelrod"
fire_sound = 'code/modules/halo/sounds/Fuelrodfire.ogg'
fire_sound = 'code/modules/halo/sounds/fuel_rod_fire_2.ogg'
reload_sound = 'code/modules/halo/sounds/fuel_rod_reload.ogg'
load_method = MAGAZINE
magazine_type = /obj/item/ammo_magazine/fuel_rod
fire_delay = 24 //disencourage spamming even though we have a higher mag size
Expand Down

0 comments on commit 1392f39

Please sign in to comment.