Merge pull request #670 from ArchieBeepBoop/ailaws

More feedback for having your laws changed
This commit is contained in:
QuoteFox
2020-11-10 16:59:37 +00:00
committed by GitHub
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='big bold'><font color = red>Your laws have been changed.</font color></span>")
SEND_SOUND(src, 'hyperstation/sound/misc/ai_laws_update.ogg')
addtimer(CALLBACK(src, .proc/show_laws), 0)
last_lawchange_announce = world.time