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
@@ -615,7 +615,7 @@
/datum/component/construction/mecha/honker/custom_action(obj/item/I, mob/living/user, diff)
if(istype(I, /obj/item/bikehorn))
playsound(parent, 'sound/items/bikehorn.ogg', 50, TRUE)
user.balloon_alert_to_viewers("HONK!")
user.balloon_alert_to_hearers("*HONK*")
return TRUE
return ..()