Removes a span from an admin log (#25199)

* Easy span removal

* Fix accidental reverts

* Removes a missing span
This commit is contained in:
DGamerL
2024-04-19 16:12:15 +02:00
committed by GitHub
parent 43337171df
commit f64fb4b973
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -592,7 +592,7 @@
if(Gh.key == FT)
if(Gh.client && Gh.client.holder) //just in case someone has a byond name with @ at the start, which I don't think is even possible but whatever
to_chat(Gh, "<span style='color: #800080;font-weight: bold;font-size:4;'>Warning: Your body has entered cryostorage.</span>")
log_admin("<span class='notice'>[key_name(E)] entered a stasis pod.</span>")
log_admin("[key_name(E)] entered a stasis pod.")
if(SSticker.mode.tdm_gamemode)
SSblackbox.record_feedback("nested tally", "TDM_quitouts", 1, list(SSticker.mode.name, "TDM Cryopods"))
message_admins("[key_name_admin(E)] entered a stasis pod. (<A href='byond://?_src_=holder;adminplayerobservecoodjump=1;X=[x];Y=[y];Z=[z]'>JMP</a>)")
+1 -1
View File
@@ -198,7 +198,7 @@
if(mdp)
usr.forceMove(get_turf(mdp))
message_admins("[key_name_admin(usr)] loaded [mdp] with the shuttle manipulator.")
log_admin("[key_name(usr)] loaded [mdp] with the shuttle manipulator.</span>")
log_admin("[key_name(usr)] loaded [mdp] with the shuttle manipulator.")
/obj/machinery/shuttle_manipulator/proc/action_load(datum/map_template/shuttle/loading_template)
if(isnull(loading_template))