Some text manipulation refactor and fixes (#17683)

* sdfsad

* sdfsda

* fourspaces begone
This commit is contained in:
Fluffy
2023-11-13 21:55:31 +01:00
committed by GitHub
parent 2f355a1d82
commit 605b104b07
9 changed files with 120 additions and 19 deletions

View File

@@ -334,7 +334,7 @@
if(!P || (P.program_state == PROGRAM_STATE_KILLED && P.service_state == PROGRAM_STATE_KILLED))
return
if(P.focused_conv)
P.focused_conv.cl_send(P, text, M)
P.focused_conv.cl_send(P, html_decode(text), M)
registered_message = text
/obj/item/modular_computer/examine(mob/user, distance, is_adjacent)