Remove zeroth law with own board

This commit is contained in:
Markolie
2015-02-10 03:06:43 +01:00
parent 26d0de51bb
commit 3a4679bce7
5 changed files with 41 additions and 15 deletions
+5
View File
@@ -179,6 +179,11 @@ datum/ai_laws/tyrant //This probably shouldn't be a default lawset.
/datum/ai_laws/proc/clear_ion_laws()
src.ion = list()
/datum/ai_laws/proc/clear_zeroth_law(var/law_borg = null)
src.zeroth = null
if(law_borg)
src.zeroth_borg = null
/datum/ai_laws/proc/show_laws(var/who)