Changes Phoron Borer SFX

No more confusing it for a Skath jumping on you.

Non-Copyright Edition

Sound effect covered under CC0
(But I'm attributing anyway https://freesound.org/people/BigDino1995/sounds/659007/ )
This commit is contained in:
Doctress
2023-07-15 09:44:22 +09:30
parent 567f003541
commit 47eba30d8b
2 changed files with 1 additions and 1 deletions
@@ -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