From ba51e38391a841a926ebdeb146ff92befdfc6994 Mon Sep 17 00:00:00 2001 From: Synnono Date: Sat, 24 Mar 2018 12:14:51 -0400 Subject: [PATCH] Corrected charge title to reflect name on the wiki (#4470) Changed "Severe Use of Excessive Force" to "Use of Excessive Force" in sentencing consoles to reflect the charge on the wiki. --- code/modules/law/laws/med_severity.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/law/laws/med_severity.dm b/code/modules/law/laws/med_severity.dm index 74ef4974386..7a887aac9ba 100644 --- a/code/modules/law/laws/med_severity.dm +++ b/code/modules/law/laws/med_severity.dm @@ -142,7 +142,7 @@ max_brig_time = 25 /datum/law/med_severity/excessive_force - name = "i218 - Severe Use of Excessive Force" + name = "i218 - Use of Excessive Force" desc = "To put a victim in critical state in defense of yourself or others, or seriously injuring a suspect while attempting to detain them. This includes pulling them when they have open wounds." id = "i218"