mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user