From 731d45c4fc96769d65f8299d9ff78a07219cd552 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Mon, 10 Oct 2022 20:02:53 +0100 Subject: [PATCH] why were those existing space characters. incomprehensible. --- code/modules/hydroponics/trays/tray_tools.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/hydroponics/trays/tray_tools.dm b/code/modules/hydroponics/trays/tray_tools.dm index 4bccef3592..92434cdc31 100644 --- a/code/modules/hydroponics/trays/tray_tools.dm +++ b/code/modules/hydroponics/trays/tray_tools.dm @@ -5,12 +5,12 @@ desc = "A tool used to take samples from plants." /obj/item/tool/wirecutters/clippers/trimmers - name = "hedgetrimmers" - desc = "An old pair of trimmers with a pretty dull blade. You would probably have a hard time cutting anything but plants with it." - icon_state = "hedget" - item_state = "hedget" + name = "hedgetrimmers" + desc = "An old pair of trimmers with a pretty dull blade. You would probably have a hard time cutting anything but plants with it." + icon_state = "hedget" + item_state = "hedget" random_color = FALSE - force = 7 //One point extra than standard wire cutters. + force = 7 //One point extra than standard wire cutters. /obj/item/analyzer/plant_analyzer name = "plant analyzer"