Skip to content

Commit

Permalink
Nar'sie now plays music (#11887)
Browse files Browse the repository at this point in the history
* yuhh

* frick yeah

* CC-BY 3.0 ATTRIBUTION

* aaagh
  • Loading branch information
Therealdoooc213 authored Dec 9, 2024
1 parent e69b3f1 commit 515e8b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/modules/antagonists/cult/narsie.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
/obj/eldritch/narsie/proc/greeting_message()
send_to_playing_players("<span class='narsie'>NAR'SIE HAS RISEN</span>")
sound_to_playing_players('sound/creatures/narsie_rises.ogg')
sound_to_playing_players('sound/soundtrack/tearofveil.ogg')
var/area/area = get_area(src)
if(area)
var/mutable_appearance/alert_overlay = mutable_appearance('icons/effects/cult_effects.dmi', "ghostalertsie")
Expand Down
2 changes: 1 addition & 1 deletion sound/attributions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sound/items/handling/standard_stamp.ogg is adapted from tom_woysky's "Stamp.wav"
sound/ambience/antag/abductee.ogg is from "Warp SFX" https://freesound.org/people/Breviceps/sounds/453391 (CC0)
sound/ambience/antag/brainwash.ogg is from "nog.wav" https://freesound.org/people/_NOMINAL_/sounds/124602 (CC-BY 3.0)
sound/ambience/antag/hypnosis.ogg is from "Flashback.wav" https://freesound.org/people/Sclolex/sounds/342103 (CC0)

sound/soundtrack/tearofveil.ogg is from "Tear of veil" https://www.youtube.com/watch?v=NqNHKfTAvcw (CC-BY 3.0)

modified by grungussuss:
male_sneeze2.ogg: https://freesound.org/people/InspectorJ/sounds/352177/ , license: CC BY 4.0 DEED
Expand Down
Binary file added sound/soundtrack/tearofveil.ogg
Binary file not shown.

0 comments on commit 515e8b5

Please sign in to comment.