Skip to content

Commit

Permalink
Makes the arc welder sound a gazillion times better (#25744)
Browse files Browse the repository at this point in the history
the arc welder she told you not to worry about
  • Loading branch information
Paxilmaniac authored and FFMirrorBot committed Dec 20, 2023
1 parent e99b3fc commit 23393c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions modular_skyrat/modules/colony_fabricator/code/tools/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,7 @@
but it still gets the job done and chances are you printed this bad boy off for free."
icon = 'modular_skyrat/modules/colony_fabricator/icons/tools.dmi'
icon_state = "arc_welder"
usesound = list(
'modular_skyrat/modules/colony_fabricator/sound/arc_furnace/arc_furnace_mid_1.wav',
'modular_skyrat/modules/colony_fabricator/sound/arc_furnace/arc_furnace_mid_2.wav',
'modular_skyrat/modules/colony_fabricator/sound/arc_furnace/arc_furnace_mid_3.wav',
'modular_skyrat/modules/colony_fabricator/sound/arc_furnace/arc_furnace_mid_4.wav',
)
usesound = 'modular_skyrat/modules/colony_fabricator/sound/arc_welder/arc_welder.ogg'
light_range = 2
light_power = 0.75
toolspeed = 1
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ modular_skyrat/modules/colony_fabricator/sound/fabricator/fabricator_start.wav
The following sounds are from https://pixabay.com/sound-effects/wall-air-conditioner-43901/

modular_skyrat/modules/colony_fabricator/sound/conditioner/conditioner_(1 - 4).wav

The following sounds are from https://pixabay.com/sound-effects/welder-3-54547/

modular_skyrat/modules/colony_fabricator/sound/arc_welder/arc_welder.ogg

0 comments on commit 23393c8

Please sign in to comment.