Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Gives shadow walk a new, spookier, and shorter sound effect that no longer ignores walls #2929

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/modules/spells/spell_types/jaunt/shadow_walk.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
exit_jaunt(cast_on)
return

playsound(get_turf(owner), 'sound/magic/ethereal_enter.ogg', 50, TRUE, -1)
playsound(get_turf(owner), 'sound/effects/nightmare_poof.ogg', 50, TRUE, -1, ignore_walls = FALSE)
cast_on.visible_message(span_boldwarning("[cast_on] melts into the shadows!"))
cast_on.SetAllImmobility(0)
cast_on.setStaminaLoss(0, FALSE)
Expand Down Expand Up @@ -107,7 +107,7 @@
reveal_turf.visible_message(span_boldwarning("[jaunter] is revealed by the light!"))
else
reveal_turf.visible_message(span_boldwarning("[jaunter] emerges from the darkness!"))
playsound(reveal_turf, 'sound/magic/ethereal_exit.ogg', 50, TRUE, -1)
playsound(reveal_turf, 'sound/effects/nightmare_reappear.ogg', 50, TRUE, -1, ignore_walls = FALSE)

return ..()

Expand Down
4 changes: 4 additions & 0 deletions sound/attributions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,7 @@ where refinery and wooping_teleport are modifications of that same electric dril

paper_flip.ogg is made by gynation from Freesound.org, CC0
https://freesound.org/people/gynation/sounds/82378/

nightmare_poof.ogg and nightmare_reappear.ogg are comprised of breath_01.wav by Nightflame (CC0) and slide-click.wav by Qat (CC0)
https://freesound.org/people/Qat/sounds/108332/
https://freesound.org/people/Nightflame/sounds/368615/
Binary file added sound/effects/nightmare_poof.ogg
Binary file not shown.
Binary file added sound/effects/nightmare_reappear.ogg
Binary file not shown.
Loading