Skip to content

Commit

Permalink
Update code/modules/mob/mob_helpers.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Cthulhu80 and harryob committed Oct 13, 2023
1 parent 14cd2d2 commit ce4b26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 <>.
Expand Down

0 comments on commit ce4b26d

Please sign in to comment.