mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Fixes Some Sounds Having Reverb (#15602)
* Fixes Some Sounds Having Reverb * typeless
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
icon_state = SSticker.cultdat?.entity_icon_state
|
||||
name = SSticker.cultdat?.entity_name
|
||||
to_chat(world, "<font size='15' color='red'><b> [uppertext(name)] HAS RISEN</b></font>")
|
||||
SEND_SOUND(world, pick('sound/hallucinations/im_here1.ogg', 'sound/hallucinations/im_here2.ogg'))
|
||||
SEND_SOUND(world, sound(pick('sound/hallucinations/im_here1.ogg', 'sound/hallucinations/im_here2.ogg')))
|
||||
|
||||
var/datum/game_mode/gamemode = SSticker.mode
|
||||
if(gamemode)
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
/obj/singularity/narsie/large/Destroy()
|
||||
to_chat(world, "<font size='15' color='red'><b> [uppertext(name)] HAS FALLEN</b></font>")
|
||||
SEND_SOUND(world, 'sound/hallucinations/wail.ogg')
|
||||
SEND_SOUND(world, sound('sound/hallucinations/wail.ogg'))
|
||||
var/datum/game_mode/gamemode = SSticker.mode
|
||||
if(gamemode)
|
||||
gamemode.cult_objs.narsie_death()
|
||||
|
||||
Reference in New Issue
Block a user