From 2a540293fcfa01993431ba3fe5b3a96ec467c1ac Mon Sep 17 00:00:00 2001 From: uraniummeltdown Date: Sun, 23 Apr 2017 21:42:38 +0400 Subject: [PATCH] removes robocop, paladin, nt default from roundstart ai lawsets --- code/datums/ai_law_sets.dm | 3 --- 1 file changed, 3 deletions(-) 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.")