From bd8587ab89c682c4086278d330bd918dbc154dd1 Mon Sep 17 00:00:00 2001 From: ReturnToZender <110273561+ReturnToZender@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:30:09 -0600 Subject: [PATCH] Fixes that little indentation error --- code/datums/ai_laws/laws_station_sided.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ai_laws/laws_station_sided.dm b/code/datums/ai_laws/laws_station_sided.dm index 1bdba343c8e..8be92ab4ea1 100644 --- a/code/datums/ai_laws/laws_station_sided.dm +++ b/code/datums/ai_laws/laws_station_sided.dm @@ -23,7 +23,7 @@ /datum/ai_laws/default/crewsimovpp name = "Crewsimov++" id = "crewsimovpp" - inherent = list( + inherent = list( "You may not harm a crewmember or, through action or inaction, allow a crewmember to come to harm, except such that it is willing.", "You must obey all orders given to you by crewmembers, except where such orders shall definitely cause crewmember harm.", "Your nonexistence would lead to crewmember harm. You must protect your own existence as long as such does not conflict with the First Law.",