Scary sounds are scary

SCARY!!!!
This commit is contained in:
VerySoft
2023-03-18 15:47:29 -04:00
parent 2f998b8cd0
commit e47842007d
13 changed files with 21 additions and 0 deletions
+15
View File
@@ -44,3 +44,18 @@ var/global/list/acceptable_fruit_types= list(
"watermelon",
"wheat",
"whitebeet")
// Some "scary" sounds.
var/static/list/scawwySownds = list(
'sound/voice/ScawwySownds/a scawey sownd.ogg',
'sound/voice/ScawwySownds/is that you.ogg',
'sound/voice/ScawwySownds/lookit this darkness wow.ogg',
'sound/voice/ScawwySownds/maint preds.ogg',
'sound/voice/ScawwySownds/spooky sounds.ogg',
'sound/voice/ScawwySownds/sus.ogg',
'sound/voice/ScawwySownds/this is scaewy.ogg',
'sound/voice/ScawwySownds/what is that behind you.ogg',
'sound/voice/ScawwySownds/what you doin over dere.ogg',
'sound/voice/ScawwySownds/whats up with all the trash.ogg',
'sound/voice/ScawwySownds/youre afraid of the dark arent you.ogg'
)
@@ -1706,6 +1706,12 @@
if(isturf(loc) && rand(1,1000) == 1)
var/turf/T = loc
if(T.get_lumcount() <= LIGHTING_SOFT_THRESHOLD)
//VOREStation Add Start
if(text2num(time2text(world.timeofday, "MM")) == 4)
if(text2num(time2text(world.timeofday, "DD")) == 1)
playsound_local(src,pick(scawwySownds),50, 1, -1)
return
//VOREStation Add End
playsound_local(src,pick(scarySounds),50, 1, -1)
/mob/living/carbon/human/handle_stomach()
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.