[MIRROR] Simple mob port [IDB IGNORE] (#11492)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-23 21:08:10 +02:00
committed by GitHub
co-authored by Kashargul C.L.
parent 9696eca7b3
commit 4febf95738
279 changed files with 4306 additions and 6372 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ ADMIN_VERB(drop_everything, R_ADMIN, "Drop Everything", ADMIN_VERB_NO_DESCRIPTIO
if(!M)
return
var/msg = tgui_input_text(usr, "Message:", text("Enter the text you wish to appear to your target:"))
var/msg = tgui_input_text(usr, "Message:", text("Enter the text you wish to appear to your target:"), encode = FALSE)
if(msg && !(msg[1] == "<" && msg[length(msg)] == ">")) //You can use HTML but only if the whole thing is HTML. Tries to prevent admin 'accidents'.
msg = sanitize(msg)