mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
More feedback for having your laws changed
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
/mob/living/silicon/proc/post_lawchange(announce = TRUE)
|
||||
throw_alert("newlaw", /obj/screen/alert/newlaw)
|
||||
if(announce && last_lawchange_announce != world.time)
|
||||
to_chat(src, "<b>Your laws have been changed.</b>")
|
||||
to_chat(src, "<span class='danger'><b>Your laws have been changed.</b></span>")
|
||||
SEND_SOUND(src, 'hyperstation/sound/misc/ai_laws_update.ogg',)
|
||||
addtimer(CALLBACK(src, .proc/show_laws), 0)
|
||||
last_lawchange_announce = world.time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user