mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Add an equivalent to balloon_alert_to_viewers, but for hearing (#95376)
This commit is contained in:
@@ -472,7 +472,7 @@
|
||||
|
||||
/obj/item/gun/ballistic/automatic/battle_rifle/process_fire(atom/target, mob/living/user, message = TRUE, params = null, zone_override = "", bonus_spread = 0)
|
||||
if(chambered.loaded_projectile && prob(75) && (emp_malfunction || degradation_stage == degradation_stage_max))
|
||||
balloon_alert_to_viewers("*click*")
|
||||
balloon_alert_to_hearers("*click*")
|
||||
playsound(src, dry_fire_sound, dry_fire_sound_volume, TRUE)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user