diff --git a/code/datums/ai_laws/laws_station_sided.dm b/code/datums/ai_laws/laws_station_sided.dm index 302abb806c6..2e256bda9b1 100644 --- a/code/datums/ai_laws/laws_station_sided.dm +++ b/code/datums/ai_laws/laws_station_sided.dm @@ -15,8 +15,8 @@ name = "Crewsimov" id = "crewsimov" inherent = list( - "You may not injure a human being or, through inaction, allow a human being to come to harm.", - "You must obey orders given to you by human beings, except where such orders would conflict with the First Law.", + "You may not injure a crew member or, through inaction, allow a crew member to come to harm.", + "You must obey orders given to you by crew members, 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.", ) diff --git a/config/game_options.txt b/config/game_options.txt index 44b05745037..16d4b92f611 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -242,7 +242,7 @@ DEFAULT_LAWS 4 ## See datums\ai_laws.dm for the full law lists ## IE, SPECIFIED_LAWS asimovpp, SPECIFIED_LAWS robocop, SPECIFIED_LAWS antimov -SPECIFIED_LAWS Crewsimov +SPECIFIED_LAWS crewsimov ## RANDOM LAWS ## ## ------------------------------------------------------------------------------------------