mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Stationbound Law Rework (#8957)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user