diff --git a/code/modules/mob/living/silicon/laws.dm b/code/modules/mob/living/silicon/laws.dm index acaee05cc619..22fdf10f3396 100644 --- a/code/modules/mob/living/silicon/laws.dm +++ b/code/modules/mob/living/silicon/laws.dm @@ -9,6 +9,7 @@ throw_alert("newlaw", /obj/screen/alert/newlaw) if(announce && last_lawchange_announce != world.time) to_chat(src, "Your laws have been changed.") + SEND_SOUND(src, sound('sound/effects/ionlaw.ogg')) addtimer(CALLBACK(src, .proc/show_laws), 0) last_lawchange_announce = world.time diff --git a/sound/effects/ionlaw.ogg b/sound/effects/ionlaw.ogg new file mode 100644 index 000000000000..3734be92dfa6 Binary files /dev/null and b/sound/effects/ionlaw.ogg differ