Add an equivalent to balloon_alert_to_viewers, but for hearing (#95376)

This commit is contained in:
Cody Brittain
2026-03-17 17:28:27 -04:00
committed by GitHub
parent 2ba464b013
commit 965c4a40a9
9 changed files with 23 additions and 9 deletions
@@ -34,7 +34,7 @@
/turf/open/misc/snow,
))
if(severity < required_strength)
balloon_alert_to_viewers("crack!")
balloon_alert_to_hearers("*crack*")
playsound(source = src, soundin = SFX_HULL_CREAKING, vol = 50, vary = TRUE, pressure_affected = FALSE, ignore_walls = TRUE)
return //return ominous sounds when we're under the threshold.