Skip to content

Commit

Permalink
"БЛЯ*Ь, Н*С ОП*ТЬ Г*УШАТ ЕБУ*ИЕ *СЕН*С*
Browse files Browse the repository at this point in the history
Cpl Scotty Potter [Sun Riders (FTL SQ1)] says, "БЛЯ*Ь, Н*С ОП*ТЬ Г*УШАТ ЕБУ*ИЕ *СЕН*С*. ДА ОТК*ДА * НИХ ЕБУЧИЕ ГЛУШИЛКИ. ЧТО *НАЧИТ МЫ И* *РОДАЛИ *М
  • Loading branch information
800maximum123 committed Jul 21, 2024
1 parent c351205 commit d986610
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 @@ -123,7 +123,7 @@ var/global/list/limb_types_by_name = list(
var/message_length = length(message)
var/index = 1
while(index <= message_length)
var/char = copytext(message, index, index + 1)
var/char = copytext_char(message, index, index + 1)
if(char == " " || prob(clear_char_probability))
output_message += char
else
Expand Down

0 comments on commit d986610

Please sign in to comment.