mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Add an equivalent to balloon_alert_to_viewers, but for hearing (#95376)
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user