From a7bd9d6bde0c9895ddef82cc73872573dbe8af52 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Mon, 13 Feb 2023 12:49:28 -0500 Subject: [PATCH] Whitespace fixes, final part (hopefully) (#20361) --- code/game/machinery/computer/brigcells.dm | 18 +++++++++--------- code/game/objects/items/weapons/batons.dm | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/code/game/machinery/computer/brigcells.dm b/code/game/machinery/computer/brigcells.dm index 211ef485ea2..c9474a410b2 100644 --- a/code/game/machinery/computer/brigcells.dm +++ b/code/game/machinery/computer/brigcells.dm @@ -1,13 +1,13 @@ /obj/machinery/computer/brigcells - name = "cell management computer" - desc = "Used to manage prison cells." - icon_keyboard = "security_key" - icon_screen = "cell_monitor" - idle_power_consumption = 250 - active_power_consumption = 500 - circuit = /obj/item/circuitboard/brigcells - light_color = LIGHT_COLOR_DARKRED - req_access = list(ACCESS_BRIG) + name = "cell management computer" + desc = "Used to manage prison cells." + icon_keyboard = "security_key" + icon_screen = "cell_monitor" + idle_power_consumption = 250 + active_power_consumption = 500 + circuit = /obj/item/circuitboard/brigcells + light_color = LIGHT_COLOR_DARKRED + req_access = list(ACCESS_BRIG) /obj/machinery/computer/brigcells/attack_ai(mob/user) attack_hand(user) diff --git a/code/game/objects/items/weapons/batons.dm b/code/game/objects/items/weapons/batons.dm index 3d5f225ebd4..991d7745d57 100644 --- a/code/game/objects/items/weapons/batons.dm +++ b/code/game/objects/items/weapons/batons.dm @@ -41,7 +41,7 @@ add_fingerprint(user) if(HAS_TRAIT(user, TRAIT_CLUMSY) && prob(50)) user.visible_message("[user] accidentally clubs [user.p_themselves()] with [src]!", \ - "You accidentally club yourself with [src]!") + "You accidentally club yourself with [src]!") user.KnockDown(knockdown_duration) if(ishuman(user)) var/mob/living/carbon/human/H = user