Skip to content

Commit

Permalink
Merge pull request #9159 from Doctress/borer_sound
Browse files Browse the repository at this point in the history
Changes Phoron Borer SFX
  • Loading branch information
Atermonera authored Jul 23, 2023
2 parents d812a34 + 47eba30 commit 7629a80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/magnetic/bore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
loading = TRUE
while(mat_storage + SHEET_MATERIAL_AMOUNT <= max_mat_storage && do_after(user,1.5 SECONDS))
mat_storage += SHEET_MATERIAL_AMOUNT
playsound(src, 'sound/effects/phasein.ogg', 15, 1)
playsound(src, 'sound/effects/phoronborer.ogg', 15, 1)
M.use(1)
success = TRUE
loading = FALSE
Expand Down
Binary file added sound/effects/phoronborer.ogg
Binary file not shown.

0 comments on commit 7629a80

Please sign in to comment.