diff --git a/code/datums/components/chasm.dm b/code/datums/components/chasm.dm index 31f4c9bb..1dcd5836 100644 --- a/code/datums/components/chasm.dm +++ b/code/datums/components/chasm.dm @@ -113,6 +113,8 @@ L.notransform = TRUE L.Stun(200) L.resting = TRUE + if(prob(5)) + playsound(AM, 'hyperstation/sound/misc/fallingthroughclouds.ogg', 100, 0) var/oldtransform = AM.transform var/oldcolor = AM.color diff --git a/hyperstation/sound/misc/fallingthroughclouds.ogg b/hyperstation/sound/misc/fallingthroughclouds.ogg new file mode 100644 index 00000000..78e3c3d6 Binary files /dev/null and b/hyperstation/sound/misc/fallingthroughclouds.ogg differ