This commit is contained in:
Fluffy
2024-04-01 14:47:42 +00:00
committed by GitHub
parent aa76c671d3
commit fa565f0b63
4 changed files with 45 additions and 4 deletions
+1 -1
View File
@@ -1253,7 +1253,7 @@
if(ismob(src.loc))
var/mob/M = src.loc
M.update_inv_w_uniform()
playsound(M, /singleton/sound_category/rustle_sound, 15, 1, -5)
playsound(M, /singleton/sound_category/rustle_sound, 15, TRUE, SILENCED_SOUND_EXTRARANGE, ignore_walls = FALSE)
/obj/item/clothing/under/get_examine_text(mob/user, distance, is_adjacent, infix, suffix)
. = ..()
@@ -516,7 +516,7 @@
P.event_registered()
output_notice("Registration successful!")
playsound(get_turf(src), 'sound/machines/ping.ogg', 10, 0)
playsound(get_turf(src), 'sound/machines/ping.ogg', 10, falloff_distance = SHORT_RANGE_SOUND_EXTRARANGE, ignore_walls = FALSE)
return registered_id
/obj/item/modular_computer/proc/unregister_account()