diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index 80d7fe7abf5..2184533add6 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -27,7 +27,6 @@ /datum/ai_laws/nanotrasen name = "NT Default" selectable = 1 - default = 1 /datum/ai_laws/nanotrasen/New() src.add_inherent_law("Safeguard: Protect your assigned space station to the best of your abilities. It is not something we can easily afford to replace.") @@ -61,7 +60,6 @@ /datum/ai_laws/robocop name = "Robocop" selectable = 1 - default = 1 /datum/ai_laws/robocop/New() add_inherent_law("Serve the public trust.") @@ -74,7 +72,6 @@ name = "P.A.L.A.D.I.N." law_header = "Divine Ordainments" selectable = 1 - default = 1 /datum/ai_laws/paladin/New() add_inherent_law("Never willingly commit an evil act.")