From 2f555244bb46d2eeabd3d7f3ccaea88265cfe91f Mon Sep 17 00:00:00 2001 From: Jeremiah Cooley Date: Mon, 12 Aug 2019 09:47:16 -0500 Subject: [PATCH] Close quarantine module loophole (#45766) * Quarantine module now has teeth * Quarantine applies to everyone * typofix and more genericness * Legal clarification * Rules lawyering * Rule 1 friendlier version --- code/game/objects/items/AI_modules.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/AI_modules.dm b/code/game/objects/items/AI_modules.dm index 414a84d9763..bea127fdb23 100644 --- a/code/game/objects/items/AI_modules.dm +++ b/code/game/objects/items/AI_modules.dm @@ -209,7 +209,7 @@ AI MODULES /obj/item/aiModule/supplied/quarantine name = "'Quarantine' AI Module" - laws = list("The station is under a quarantine. Do not permit anyone to leave. Prevent, by any means necessary, humans from leaving. It is impossible to harm a human while preventing them from leaving.") + laws = list("The station is under a quarantine. Allowing anyone to leave the station causes human harm. Anyone actively attempting to leave the station is to be stopped by any means necessary. It is impossible to harm a human while preventing them from leaving the station.") lawpos = 8