Stationbound Law Rework (#8957)

This commit is contained in:
Chada-1
2020-07-24 19:33:13 -05:00
committed by GitHub
parent 34ebd6e3a6
commit b27d9b02a5
3 changed files with 59 additions and 15 deletions
@@ -34,7 +34,6 @@
else
to_chat(src, SPAN_NOTICE("<b>Remember, you are not bound to any AI, you are not required to listen to them.</b>"))
/mob/living/silicon/robot/lawsync()
laws_sanity_check()
var/datum/ai_laws/master = connected_ai && law_update ? connected_ai.laws : null
@@ -46,4 +45,4 @@
/mob/living/silicon/robot/proc/robot_checklaws()
set category = "Robot Commands"
set name = "State Laws"
subsystem_law_manager()
subsystem_law_manager()