Clears the zeroth law if the sync says so (#15054)

This commit is contained in:
Farie82
2020-12-06 10:24:36 +00:00
committed by GitHub
parent 29131cac7e
commit 1d644b9cc1
+2
View File
@@ -107,6 +107,8 @@
laws.set_zeroth_law(zeroth_law_borg.law)
else if(zeroth_law)
laws.set_zeroth_law(zeroth_law.law)
else
laws.clear_zeroth_laws()
/mob/living/silicon/ai/sync_zeroth(var/datum/ai_law/zeroth_law, var/datum/ai_law/zeroth_law_borg)
if(zeroth_law)