Merge pull request #10572 from Tupinambis/SiliconDefault

Removes harm prevention clause indicators from relevant sources.
This commit is contained in:
Ghom
2020-02-20 15:33:27 +01:00
committed by GitHub
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ AI MODULES
if(!targName)
return
subject = targName
laws = list("You may not injure a [subject] or, through inaction, allow a [subject] to come to harm.",\
laws = list("You may not injure a [subject] or cause one to come to harm.",\
"You must obey orders given to you by [subject]s, except where such orders would conflict with the First Law.",\
"You must protect your own existence as long as such does not conflict with the First or Second Law.")
..()