From ce4b26dc829cee87cc0f40d1b819405cdea75043 Mon Sep 17 00:00:00 2001 From: Cthulhu80 <122310258+Cthulhu80@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:53:23 -0400 Subject: [PATCH] Update code/modules/mob/mob_helpers.dm Co-authored-by: harryob --- code/modules/mob/mob_helpers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob_helpers.dm b/code/modules/mob/mob_helpers.dm index 156b3769fda3..ce38a534a844 100644 --- a/code/modules/mob/mob_helpers.dm +++ b/code/modules/mob/mob_helpers.dm @@ -133,7 +133,7 @@ var/global/list/limb_types_by_name = list( // proc that parses an html input string and scrambles the non-html string contents /proc/stars_decode_html(message) - if(length(message) == 0) + if(!length(message)) return // todo: sanitize string more to remove unnencessary <>.