Skip to content

Commit

Permalink
God, I am fucking retarded.
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Dec 29, 2023
1 parent f2f42d6 commit 7ea3536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/mob_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ GLOBAL_LIST_INIT(limb_types_by_name, list(

// output string after parse
var/output_message = ""

for(var/character_index in 1 to length(message))

// Apparent edge case safety.
Expand All @@ -168,6 +167,8 @@ GLOBAL_LIST_INIT(limb_types_by_name, list(
continue
if(message[character_index] == ">")
parsing_message = TRUE
output_message += message[character_index]
continue
if(message[character_index] == "<")
parsing_message = FALSE
if(length(current_string_to_scramble))
Expand Down

0 comments on commit 7ea3536

Please sign in to comment.