mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Removes a span from an admin log (#25199)
* Easy span removal * Fix accidental reverts * Removes a missing span
This commit is contained in:
@@ -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>)")
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user