mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
Disables some non-essential sounds (#7886)
This commit is contained in:
@@ -1779,12 +1779,14 @@
|
||||
if(isturf(loc) && rand(1,1000) == 1)
|
||||
var/turf/T = loc
|
||||
if(T.get_lumcount() <= LIGHTING_SOFT_THRESHOLD)
|
||||
/* CHOMPEdit Start
|
||||
//VOREStation Add Start
|
||||
if(text2num(time2text(world.timeofday, "MM")) == 4)
|
||||
if(text2num(time2text(world.timeofday, "DD")) == 1)
|
||||
playsound_local(src,pick(scawwySownds),50, 0)
|
||||
return
|
||||
//VOREStation Add End
|
||||
*/ // CHOMPedit End
|
||||
playsound_local(src,pick(scarySounds),50, 1, -1)
|
||||
|
||||
/mob/living/carbon/human/handle_stomach()
|
||||
|
||||
Reference in New Issue
Block a user