Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/modules/mob/living/silicon/laws.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
throw_alert("newlaw", /obj/screen/alert/newlaw)
if(announce && last_lawchange_announce != world.time)
to_chat(src, "<b>Your laws have been changed.</b>")
SEND_SOUND(src, sound('sound/effects/ionlaw.ogg'))
addtimer(CALLBACK(src, .proc/show_laws), 0)
last_lawchange_announce = world.time

Expand Down
Binary file added sound/effects/ionlaw.ogg
Binary file not shown.