Poly "<b>" Speech fix (#26137)

* this took longer than I wanted

* Update code/modules/mob/living/simple_animal/parrot.dm

Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com>

* used better commands

* Update code/modules/mob/living/simple_animal/parrot.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com>

---------

Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com>
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
Kyani
2024-07-11 04:17:23 -04:00
committed by GitHub
parent e2e6dd50c3
commit 55daad4324
@@ -697,7 +697,7 @@
/mob/living/simple_animal/parrot/proc/parrot_hear(message)
if(!message || stat)
return
speech_buffer.Add(message)
speech_buffer.Add(strip_html_tags(message))
/mob/living/simple_animal/parrot/proc/update_held_icon()
underlays.Cut()