From a4e87466ce41f982fe8ccfab4bb3e2a8b850004f Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:10:13 +0300 Subject: [PATCH] remove space --- code/__HELPERS/mobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index 0d69d0b0ca47e..ee1584b8c534b 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -606,7 +606,7 @@ GLOBAL_LIST_INIT(skin_tone_names, list( if(part?.ru_plaintext_zone[declent]) return part.ru_plaintext_zone[declent] return ru_parse_zone(zone, declent) - // BANDASTATION EDIT END + // BANDASTATION EDIT END ///Return a string for the specified body zone. Should be used for parsing non-instantiated bodyparts, otherwise use [/obj/item/bodypart/var/plaintext_zone] /proc/parse_zone(zone)