diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index d0076f23ccb..99707d22266 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -150,7 +150,7 @@ //buckled_to if(buckled_to) - msg += "[get_pronoun("He")] [get_pronoun("is")] [icon2html(buckled_to, user)] buckled_to to [buckled_to]!\n" + msg += "[get_pronoun("He")] [get_pronoun("is")] [icon2html(buckled_to, user)] buckled to [buckled_to]!\n" //belt if(belt) diff --git a/html/changelogs/geeves-buckle_to_fix.yml b/html/changelogs/geeves-buckle_to_fix.yml new file mode 100644 index 00000000000..f755036445d --- /dev/null +++ b/html/changelogs/geeves-buckle_to_fix.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Fixed examining a buckled humanoid saying that they're buckled_to to something." \ No newline at end of file