mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Scary sounds are scary
SCARY!!!!
This commit is contained in:
@@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user