More feedback for having your laws changed

This commit is contained in:
Dip
2020-11-09 19:51:30 -03:00
parent 48cdd74808
commit 906d23f7cc
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -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