AI Law Message Fix (#9120)

This commit is contained in:
Geeves
2020-06-14 10:25:47 +02:00
committed by GitHub
parent 656ac11ce1
commit 6fbda4e5b3
4 changed files with 18 additions and 1 deletions
+3 -1
View File
@@ -10,7 +10,9 @@
who = world
else
who = src
to_chat(who, "<b>Obey these laws:</b>")
to_chat(src, "<b>Obey these laws:</b>")
if(vr_mob)
to_chat(vr_mob, "<b>Obey these laws:</b>")
src.laws_sanity_check()
src.laws.show_laws(who)