removes robocop, paladin, nt default from roundstart ai lawsets

This commit is contained in:
uraniummeltdown
2017-04-23 21:42:38 +04:00
parent f1786ffd6a
commit 2a540293fc
-3
View File
@@ -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.")